Hi
Regarding the POST method for
/api/v2/analytics/reporting/schedules
I was provided this request body so I'm uncertain how the reportID was generated.
The goal is to generate a report, "User Status Detail Report" using the following request body.
{
"name": "TestOne",
"quartzCronExpression": "2021-07-13T09:00:00.000Z",
"nextFireTime": "2021-07-14T00:00:00.000Z",
"dateCreated": "",
"dateModified": "",
"description": "",
"timeZone": "",
"timePeriod": "",
"interval": "2021-01-13T00:00:00.000Z/2021-04-20T00:00:00.000Z",
"reportFormat": "XLS",
"locale": "en_US",
"enabled": true,
"reportId": "52c18090-2425-4aeb-8587-f039643be6f7",
"parameters": {}
}
I run this and get an internal server error 500. I'm not certain if this request body is complete enough or accurate.
Any assistance would be appreciated.
Chris