List channels
Returns a paginated list of channels scoped to the caller account.
Query parameters
Response
Paginated list of channels.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.7714
- ○
added the new optional
queryrequest parameteractivenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the new optional
queryrequest parametertypesnew-optional-request-parameter
- ○
added the required property
data/items/activeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/codeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/nameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/typeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
data/items/activefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/codefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/updated_atfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameteractiverequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterpagerequest-parameter-removed
- ●
deleted the
queryrequest parameterqrequest-parameter-removed
- ●
deleted the
queryrequest parametersortByrequest-parameter-removed
- ●
deleted the
queryrequest parametersortOrderrequest-parameter-removed
- ●
deleted the
queryrequest parametertypesrequest-parameter-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲