v1

latestOpenAPI 3.1.02026-07-26430119.9 KB

Get details of a specific campaign variation

get/accounts/{account_id}/campaigns/{campaign_id}/variations/{variation_id}

Path parameters

account_idstring required

Use 'current' keyword to refer to the Main Workspace or the Integer Workspace Id

campaign_idinteger required

Campaign Id

variation_idstring required

Use sectionId,variationId for the MULTIVARIATE campaign

Response

200

Example response

{
  "_data": {
    "id": 1,
    "name": "Control",
    "isControl": true,
    "heatmapThumbUrl": "<url>",
    "screenshots": {
      "quick": "<url>"
    },
    "percentSplit": 50,
    "sectionId": 1
  }
}