v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Campaigns

Get a campaign version

Returns the version descriptor for the specified campaign version identifier. Includes the version's state, author, and timestamps. Use GET /v2/campaigns/{id}/version/{version} to retrieve the full campaign definition for that version.

get/v2/campaigns/{campaignId}/versions/{campaignVersion}

Path parameters

campaignIdstring required
campaignVersionstring required

Response

Successful response

created_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

editor_idstring required
editor_typestring required
end_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

last_published_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

messagestring required
parent_versionstring required
pause_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

published_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

start_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

stop_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

user_idstring required
versionstring required

Example response

{
  "created_date": "2025-10-24T02:00:00-07:00",
  "end_date": "2025-10-24T02:00:00-07:00",
  "last_published_date": "2025-10-24T02:00:00-07:00",
  "pause_date": "2025-10-24T02:00:00-07:00",
  "published_date": "2025-10-24T02:00:00-07:00",
  "start_date": "2025-10-24T02:00:00-07:00",
  "stop_date": "2025-10-24T02:00:00-07:00"
}