latestOpenAPI 3.1.02026-08-1039111206.0 KB

c53422ebb833

Action Updates

List all action updates

Returns a list of action updates (a changelog of modifications) for the campaign. Action updates are returned by creation date, with the most recently created updates appearing first.

The recommended approach is to filter by StartDate and EndDate to retrieve updates within a specific range.

get/Advertisers/{AccountSID}/ActionUpdates

Path parameters

AccountSIDstring required

Your unique account identifier.

Query parameters

CampaignIdinteger required

The ID of the campaign to list action updates for.

StartDatestring date-time

Filters for updates with an UpdateDate 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 cannot exceed 45 days.

EndDatestring date-time

Filters for updates with an UpdateDate on or before this value (ISO 8601 with time component). Must be used together with StartDate.

Response

An array of action update objects.