get https://api4.optimove.net/Actions/GetExecutedCampaignDetails
Returns details of every campaign executed on a particular date.
Notes
- This function will return details of campaigns scheduled for execution on the specified date, as well as campaigns with a specified lead time that points to the specified date (e.g., a campaign scheduled for execution on 5 June with a lead time of three days will be returned by this function when called by specifying the date of 2 June).
- This function will not return failed campaigns.
Sample Request
https://apiX.optimove.net/current/actions/GetExecutedCampaignDetails?Date=2018-05-19
Sample Response
[
{
"CampaignID":221,
"TargetGroupID":15,
"CampaignType":"Test/Control",
"Duration":7,"LeadTime":3,
"Notes":"",
"IsMultiChannel":false,
"IsRecurrence":false,
"Status":"Successful",
"Error":null
},
{
"CampaignID": 117,
"TargetGroupID": 156,
"CampaignType": "No Control",
"Duration": 1,
"LeadTime": 0,
"Notes": "",
"IsMultiChannel": false,
"IsRecurrence": true,
"Status": "Partially Run",
"Error": ""
}
]