This API retrieves child campaign execution details for Periodic or Business Event-triggered campaigns. Use this API to track execution history of recurring campaigns and monitor the performance of individual instances.
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
For more information on authentication and getting your credentials, refer here.
This is the Workspace ID of your MoEngage account that must be passed with the request. You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).
The unique ID of the parent campaign (Periodic or Business Event-triggered).
You can fetch the parent campaign ID using the Search Campaigns API.
Provide pagination parameters for retrieving child campaign executions.
You can request to retrieve child campaign execution details.
A unique identifier for this child campaigns retrieval request.
"child_req_12345"
The number of child campaigns to display per page.
Maximum: 15
1 <= x <= 1515
The page number to retrieve.
For example, if there are 100 child campaigns and limit is 10, there will be 10 pages.
x >= 11