v1
latestOpenAPI 3.0.32026-07-1419076.2 KBCreate 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"
}