Get Workset Details

This call returns details on a specific workset. It is very similar to the ‘Get all Worksets for Project’ call, with the exception of having the workset’s TDO id in the call.

Get workset details API call

The body for this call is the same as the body for ‘get all worksets’.

 {
    "context": {
        "user": "mbj_test",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        }
    }
}

The return message contains the details for the requested workset.

Get workset details result (successful)

These details can be compared to the details shown in the ‘Edit Workset’ screen on TDO.

Workset details in TDO

Last updated

Was this helpful?