latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Report

create report

Queues a report generation and pings the caller back with a webhook once the report is complete.<p>Scopes: export_enrollment</p>

post/v{version}/reports

Path parameters

versionstring required

Request body

callback_urlstring required

The URL that a notification will be sent to once the report is completed. The payload will contain the URL of the report for retrieval. Example payload: { "url": "https://secure.ease.com/v2/files?foo=bar", "status": "Success" }

Example request

{
  "report": {
    "activity_census": {
      "from_date": "yyyy-MM-dd",
      "to_date": "yyyy-MM-dd"
    }
  }
}

Response

Success