This object allows you to manage scheduled exports of classic Insights reports from Kantata OX. An export of a classic Insights report that is scheduled to recur is called a scheduled job. You can create, update, and delete scheduled jobs. You can also view details of all the exports for a scheduled job, view the details of each export individually, and download the most recently exported report.
To use these endpoints, you need to be an account administrator.
GET
curl -i -X GET \
https://api.mavenlink.com/api/v1/scheduled_jobs/insights_report_exportsA list of Insights Report Exports have been retrieved.
Array []
The unique identifier of the report you want to export on a schedule. Each report has one.
The schedule for when you would like the report export to repeat, defined by the cadence and start_time.
Response
[ { "id": 0, "title": "string", "description": "string", "external_report_object_identifier": "string", "recurrence": { "cadence": "string", "start_time": "2019-08-24T14:15:22Z" }, "created_at": "2019-08-24T14:15:22Z", "latest_success": { "url": "string", "created_at": "2019-08-24T14:15:22Z" } } ]