Get performance detail for a single social channel
GET/cms/analytics/social/{id}
GET
/cms/analytics/social/{id}
Requires both the /analytics/social permission and object-level access to the channel. Add export=1 to instead receive a CSV download.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
Channel ID
Query Parameters
Section titled “Query Parameters”date_from
string format: date
Defaults to 7 days ago.
date_to
string format: date
Defaults to today.
export
string
Set to 1 to receive a CSV download instead of JSON
Responses
Section titled “Responses”Channel details and statistics, or a CSV file if export=1
Invalid date range
Admin authorization required
Insufficient permissions or no object access to this channel
Channel not found