Skip to main content

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

Post list retrieval successful