Skip to content

List pages for a topic

Request

Returns a list of custom pages associated with a topic.

Security
oauth2_as_a_user(Required scopes: content.read) or oauth2_as_a_server(Required scopes: content.read)
Path
channel_idintegerrequired

ID of the topic. The topic must exist in the program.

curl -i -X GET \
  'https://partner.socialchorus.com/v2/channels/{channel_id}/pages' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
dataArray of objects(Content.ChannelPage.Resource)required
Response
{ "data": [ {} ] }