Campaign Details

Returns details of a particular campaign.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

Notes

  • This function will not return failed campaigns.

Sample Request

https://apiX.optimove.net/current/actions/GetCampaignDetails?CampaignID=21

Sample Response

{
  "TestGroupSize": 4,
  "ControlGroupSize": 0,
  "Channels": [
    {
      "Id": 504,
      "Name": "Email"
    }
  ],
  "Tags": [],
  "TargetGroupID": 1882,
  "CampaignType": "Test/Control",
  "Duration": 1,
  "LeadTime": 0,
  "Notes": "this is a note",
  "IsMultiChannel": false,
  "IsRecurrence": false,
  "Status": "Processed",
  "Error": ""
}
Query Params
int32
required
Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!