GET
/
tickets
/
unreadCounts
curl --request GET \
  --url https://core.api.ravennahq.com/api/tickets/unreadCounts \
  --header 'x-ravenna-api-token: <api-key>'
{
  "unreadTicketsByTableViewId": {}
}

Authorizations

x-ravenna-api-token
string
header
required

Query Parameters

tableViewIds
string[]
required

Response

200
application/json

Successful response

The response is of type object.