Get All Labels

GET {{baseUrl}}/rest/api/3/label?startAt=0&maxResults=1000

Returns a paginated list of labels.

Request Params

KeyDatatypeRequiredDescription
startAtnumberThe index of the first item to return in a page of results (page offset).
maxResultsnumberThe maximum number of items to return per page.

RESPONSES

status: OK

{"maxResults":2,"startAt":0,"total":100,"isLast":false,"values":["performance","security"]}