Labels
List labels
List all custom labels added to your project separately from the labeling configuration.
get/api/labels/
Query parameters
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}