post https://api.cmercury.com/api/Report/TriggerReportbasedonDate
Use this API to fetch unique activities on a trigger between the provided date range.
Log in to see full request history
Responses
Use this API to fetch unique activities on a trigger between the provided date range.
xxxxxxxxxx
12curl --request POST \
--url https://api.cmercury.com/api/Report/TriggerReportbasedonDate \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"Type": "send",
"TriggerId": null,
"FromDate": "2018-01-01",
"ToDate": "2018-01-31"
}
'
Try It!
to start a request and see the response here! Or choose an example: