Docs
Get Activity Content
GET /Activities/{activityId}/content
GET
/Activities/{activityId}/contentRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Returns the content linked to the activity — the content management surfaces and files associated with it. Use this to show what creative/content deliverables are tied to an activity.
Requires EventBasicAccess on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| activityId | Guid | Required | The ID of the activity. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | Activity ID. |
| name | string | Activity name. |
| surfaces | array | Content surfaces linked to the activity (id, name). |
| files | array | Files linked to the activity (id, name, status). |