get https://api4.optimove.net/Actions/GetCampaignDetails
Returns details of a particular campaign.
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": ""
}