Get provider aggregations

Returns aggregated counts for providers with different statuses.

Request
query Parameters
providerDeactivated
boolean

If set, the items will be filtered on providers with the specified deactivated status.

Responses
200

Success

401

Unauthorized

403

Forbidden

500

Server Error

get/providers/aggregations
Response samples
application/json
{
  • "total": 100,
  • "aggregations": {
    }
}