List posts

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Returns a paginated list all posts hosted on a channel.

Request

To specify the channel, provide the channel ID in the channel header parameter.

To filter the posts, use the type, statis, isAvatar, and file query parameters.

Header parameters organization is required for authentication.

Query Params
number

Number of documents that will be returned

number

Page to search. Numbering starts with 0.

string

The sort-by field name and order. Format: <field_name>.<asc|desc> (asc for ascending and desc for descending order). If no order is specified, descending order is used.

boolean
string

Filter by category

date-time

Filter by publication date

string
enum

Return posts of a specific type

Allowed:
typeIn
array of strings

Use several post types in the filter

typeIn
Allowed:
string
enum

Exclude posts of this type

Allowed:
typeNotIn
array of strings

Exclude posts of these types

typeNotIn
Allowed:
Headers
string
required

Channel ID

string
required

The URL of the end-user web application

Response
200

Successful response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!