Get posts for a view
GET/api/v4/channels/:channel_id/views/:view_id/posts
Experimental: This endpoint is experimental and may change or be removed in a future release.
Get a paginated list of posts that belong to a specific view.
Minimum server version: 11.6
Permissions
Must have read_channel_content permission for the channel.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Post list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Something went wrong with the server