Get All Channels

Return a JSON of all channels
This API supports Query Strings to allow:
- Filter results based on schema fields;
- Paging the results (recommended);
- Sort the results;
To find out how to use Query Strings, view the dedicated guide.

Log in to see full request history
Query Params
string

choose which parameter must be used to get the result in ascending order

string

choose which parameter must be used to get the result in decremental order

propertyName
object

property = VALUE if you are searching for all items with a specific property. You can search for not null with property = notnull

propertyName_like
object

LIKE_VALUE if you are searching for a substring content. You can use property_since and property_max in order to simulate between operator If you are using equal operator, all other operators for that parameter will be ingnored

boolean

Pagination parameter

integer

Results_per_page

integer

PAGE_NUMBER(starting from 0 to TOTAL_PAGE-1)

Responses

404

Channel not found

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json