Campaigns

Get a campaign event details

Get a campaign event details

get/campaigns/events/{id}

Path parameters

idstring uuid required
Example:0076a379-f32d-4732-9e91-33ab219d8fde

Id of the campaign event

Response

Campaign details result

result'success' | 'error' required

Result of the request

action'getCampaignEvent' required

The id of the action

Example response

{
  "data": {
    "campaignEvents": [
      {
        "id": "0076a379-f32d-4732-9e91-33ab219d8fde",
        "name": "Update all systems #1"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.