Get dataset matches aggregations

Returns aggregated counts for dataset matches that require user action and for dataset matches that have been accepted.

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/datasets/matches/aggregations
Response samples
application/json
{
  • "userActionNeeded": {
    },
  • "accepted": {
    }
}