List labels.
Get a paginated list of labels associated with the provided channel.
Path parameters
Query parameters
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
Optional parameter that define the page number<br /> Part of the pagination capacity
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Response
OK
Example response
{
"result": "success",
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}Changes
Changed in 1 of the 15 revisions of this API.2
- ○
for the
pathrequest parameterchannel, the type was generalized fromintegertostringrequest-parameter-type-generalized
- ○
removed
subschema #2from the response bodyallOflist for the response statusresponse-body-all-of-removed
This revision also has 19 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○