latestOpenAPI 3.1.02026-08-1039111206.0 KB

c53422ebb833

Actions

List all actions

Returns a list of the actions your campaign has recorded. Actions are returned by creation date, with the most recently created actions appearing first.

get/Advertisers/{AccountSID}/Actions

Path parameters

AccountSIDstring required

Your unique account identifier.

Query parameters

CampaignIdstring required

The ID of the campaign (program) to list actions for.

State'PENDING' | 'APPROVED' | 'REVERSED'

Filters actions based on their current state.

StartDatestring date-time

Filters for actions with a last updated date on or after this value (ISO 8601 with time component). Must be used together with EndDate. Cannot be more than 3 years in the past, and the range with EndDate cannot exceed 45 days.

EndDatestring date-time

Filters for actions with a last updated date on or before this value (ISO 8601 with time component). Must be used together with StartDate.

Response

An array of action objects.