OrganizationReports
OrganizationReports
A list of reports for every agent available(not deleted) for the specified reporting period. The format is a dictionary where the keys are the agent IDs and for each agent the value is a list of all reports available for download.
JSON Example
{
"0": {
"ref": "string",
"contentType": "string",
"reportType": "string",
"contentLength": 0,
"checksum": "string"
}
}