Get posts around oldest unread
GET/api/v4/users/:user_id/channels/:channel_id/posts/unread
Get the oldest unread post in the channel for the given user as well as the posts around it. The returned list is sorted in descending order (most recent post first).
Permissions
Must be logged in as the user or have edit_other_users permission, and must have read_channel permission for the channel.
Minimum server version: 5.14
Request
Responses
- 200
- 400
- 401
- 403
Post list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions