List the Trackers in a Working-Set
Since Codebeamer release 2.0 (HUSKY), a new endpoint is available in Swagger to list the trackers of a working-set:
GET/v3/working-sets/{workingSetId}/trackers
Usage
To list the trackers of a working-set,
- Use the GET/v3/working-sets/{workingSetId}/trackers endpoint in Swagger.
- Add the working-set ID to the workingSetId field.
- The usage of the includeDeletedfield is optional.
- If set to -- or to false , trackers deleted from the working-set are not listed in the response .
- If set to true, even the deleted trackers, if any, are displayed in the response.
- Click Execute.
![[!listTrackersWorkingSet.png#afbdb02e45892d6604be696c2221e3c1!]](/cb/displayDocument/listTrackersWorkingSet.png?doc_id=30440079&version=1&history=false¬ification=false)
In the Server response section, Code 200 is displayed, that is, the API call has been executed successfully.
The Response body contains the following information about the listed trackers:
Property |
Description |
"id" |
The ID of the tracker. |
"name" |
The name of the tracker. |
"type" |
The tracker type. |
"shared" |
If true , the tracker is shared.
If false, the tracker is not shared. |
"createdAt" |
The date of tracker creation. |
"deleted" |
If false, the tracker is not deleted from the working-set.
If true, the tracker has been deleted from the working-set but is listed in the response as the includeDeleted field is set to true. |