Get Workset Details
Last updated
Last updated
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.
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.
These details can be compared to the details shown in the ‘Edit Workset’ screen on TDO.