Get All Labels
GET {{baseUrl}}/rest/api/3/label?startAt=0&maxResults=1000
Returns a paginated list of labels.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startAt | number | The index of the first item to return in a page of results (page offset). | |
maxResults | number | The maximum number of items to return per page. |
RESPONSES
status: OK
{"maxResults":2,"startAt":0,"total":100,"isLast":false,"values":["performance","security"]}