Retrieve a summary of devices and associated tickets for a workspace. The summary includes the total number of open tickets, closed tickets, devices with associated tickets, and devices with no associated tickets.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "devices": 123,
- "devicesWithoutTickets": 123,
- "devicesWithTickets": 123,
- "openTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "closedTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
]
}