Get All Worksets

This call returns a list of all of the worksets in any given project. It is POST call.

Get all worksets API call

The body for this call is very simple, containing only the user credentials and the project name.

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

When run, the return message shows all of the worksets in this project.

Return message (successful) showing all worksets

Last updated

Was this helpful?