/report
Methods
Gets the list of Reports
Fields Parameter
Request Query Parameters
Example Request Query Parameters
Filter Parameters
usable - The response will be an object containing an array of usable Reports. By default, both usable and manageable objects are returned.
manageable - The response will be an object containing all manageable Reports. By default, both usable and manageable objects are returned.
running - Only Reports that are currently running will be returned. This is compatible with usable and/or manageable filters. By default, both running and completed Reports are returned.
completed - Only Reports that have completed will be returned. This is compatible with usable and/or manageable filters. By default, both running and completed Reports are returned.
Example Response
Paginated response
/report/{id}
Methods
Gets the Report associated with {id}.
Fields Parameter
Request Query Parameters
None
Example Response
Deletes the Report associated with {id}, depending on access and permissions.
Request Parameters
None
Example Response
/report/{id}/copy
Methods
Copies the Report associated with {id}, depending on access and permissions.
Request Parameters
Example Response
/report/{id}/email
Methods
Emails the Report result associated with {id}, depending on access and permissions.
Request Parameters
Example Response
/report/{id}/download
Downloads the report associated with {id}.
Request Parameters
None
Example Response
None given. The response will be a PDF, RTF, CSV, ASR, ARF, or LASR file in binary or ascii format.
/report/{id}/stop
Stops the Report associated with {id}.
Request Parameters
None