countMspTickets
GET https://{{host}}/v1/msps/:msp_id/tickets/count
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | null | status (default) / type / org_id |
RESPONSES
status: OK
{"limit":1000,"distinct":"status","total":5,"results":[{"status":"closed","count":24},{"status":"open","count":12},{"status":"solved","count":15},{"status":"pending","count":10},{"status":"hold","count":3}]}