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
Example response
{
"order": [
"post_id1",
"post_id12"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.