channels

Get a channel's pinned posts

Get a list of pinned posts for channel.

get/api/v4/channels/{channel_id}/pinned

Path parameters

channel_idstring required

Channel GUID

Response

The list of channel pinned posts

orderstring[]
postsobject
next_post_idstring

The ID of next post. Not omitted when empty or not relevant.

prev_post_idstring

The ID of previous post. Not omitted when empty or not relevant.

has_nextboolean

Whether there are more items after this page.

Example response

{
  "order": [
    "post_id1",
    "post_id12"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.