Skip to main content

Get posts for a channel

GET 

/api/v4/channels/:channel_id/posts

Get a page of posts in a channel. Use the query parameters to modify the behaviour of this endpoint. The parameter since must not be used with any of before, after, page, and per_page parameters. If since is used, it will always return all posts modified since that time, ordered by their create time limited till 1000. A caveat with this parameter is that there is no guarantee that the returned posts will be consecutive. It is left to the clients to maintain state and fill any missing holes in the post order.

Permissions

Must have read_channel permission for the channel.

Request

Responses

Post list retrieval successful