List DCR Providers
Returns a paginated collection of DCR providers.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
Sorts a collection of DCR Providers. Supported sort attributes are:
- created_at
- updated_at
- provider_type
- issuer
- name
filters DCR Providers by their id
filters DCR Providers by their id (alias for filter[id][eq])
filters DCR Providers by their id with a supplied substring
filters DCR Providers by their issuer
filters DCR Providers by their issuer (alias for filter[issuer][eq])
filters DCR Providers by their issuer with a supplied substring
filters DCR Providers by their name
filters DCR Providers by their name (alias for filter[name][eq])
filters DCR Providers by their name with a supplied substring
filters DCR Providers by their provider type
filters DCR Providers by their provider type (alias for filter[provider_type][eq])
filters DCR Providers by their initial client id
filters DCR Providers by their initial client id (alias for filter[initial_client_id][eq])
filters DCR Providers by their initial client id with a supplied substring
filters DCR Providers by their initial client audience
filters DCR Providers by their initial client audience (alias for filter[initial_client_audience][eq])
filters DCR Providers by their initial client audience with a supplied substring
Response
A paginated list response for a collection of DCR providers
Example response
{
"data": [
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
],
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
}
}