tickets
Count of open tickets by type
Returns the number of open tickets (avvisi and segnalazioni) — i.e. status PENDING or SUSPENDED. Admin: all. Supervisor: only supervised operators. Coordinator: only operators under assigned supervisors.
get/api/tickets/open-count
Response
Successful Response
Example response
{
"alerts": 3,
"reports": 2,
"total": 5
}Changes
No recorded changes to this endpoint across all 1 revision of this API.