Retrieves child campaign execution details for Periodic or Business Event-triggered campaigns.
Authentication is done via Basic Auth. The username is your Workspace ID (earlier APP ID) and the password is your API Key. The value is a base64 encoding of 'username:password'.
How to obtain credentials:
This is the workspace ID (earlier APP ID) of your MoEngage workspace.
You can find your MoEngage Workspace ID in the MoEngage Dashboard: 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.
Pagination parameters for retrieving child campaign executions.
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