Create Report
This endpoint retrieves a report owned by a client.
post/reports
Request body
Response
201
Example response
{
"id": 1,
"name": "Testing Report",
"type": "health_check_export",
"parameters": {
"date_end": "2020-02-13",
"date_start": "2020-02-13"
},
"schedule": {
"run_at": "2020-02-13 05:46:12"
},
"domain_id": 1000,
"status": "scheduled"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.