Docs

Get Activity Content

GET /Activities/{activityId}/content

GET/Activities/{activityId}/content

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity.

Response

FieldTypeDescription
idGuidActivity ID.
namestringActivity name.
surfacesarrayContent surfaces linked to the activity (id, name).
filesarrayFiles linked to the activity (id, name, status).