GET/did-registry/v5/identifiers
Returns a list of identifiers.
Request
Query Parameters
Cursor that points to the end of the page of data that has been returned.
Defines the maximum number of objects that may be returned.
Filter by controller DID.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Success
- Filter by controller
Schema
- Array [
- ]
Absolute path to the collection (consult)
items object[]
List of identifiers
A unique record id = DID User
Link to the resource
Total number of items across all pages.
Maximum number of items per page. For the last page, its value should be independent of the number of actually returned items.
links object
Links model used for pagination
URI of the last page
URI of the previous page
URI of the next page
URI of the first page
{
"self": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10",
"items": [
{
"did": "did:ebsi:zxAFkP2dnB5oL2A5iaaK5K3",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zxAFkP2dnB5oL2A5iaaK5K3"
},
{
"did": "did:ebsi:zz5f4mD24zdq5rAshHd9R57",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zz5f4mD24zdq5rAshHd9R57"
},
{
"did": "did:ebsi:zgUB1p2zNmGtymUwzHrxh24",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zgUB1p2zNmGtymUwzHrxh24"
},
{
"did": "did:ebsi:zjCwFPzJgv1dk42v9MsRahg",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zjCwFPzJgv1dk42v9MsRahg"
},
{
"did": "did:ebsi:z23S8YPCtw4XYdTPJKJdxYRP",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:z23S8YPCtw4XYdTPJKJdxYRP"
},
{
"did": "did:ebsi:zZ91pGjbnuQmEf3RJfi5K1t",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zZ91pGjbnuQmEf3RJfi5K1t"
},
{
"did": "did:ebsi:ztnQABC7mzp2yUq2uzLYEqJ",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:ztnQABC7mzp2yUq2uzLYEqJ"
},
{
"did": "did:ebsi:zdGrPkuKPmQ1QuATyoTCqVQ",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zdGrPkuKPmQ1QuATyoTCqVQ"
},
{
"did": "did:ebsi:zgEQpSQLSKoKG6dES7ab5xn",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:zgEQpSQLSKoKG6dES7ab5xn"
},
{
"did": "did:ebsi:z25F87e2MyLKF7DViuHi5b4z",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:z25F87e2MyLKF7DViuHi5b4z"
}
],
"total": 98,
"pageSize": 10,
"links": {
"first": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10",
"prev": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10",
"next": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=2&page[size]=10",
"last": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=10&page[size]=10"
}
}
{
"self": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10&controller=did:ebsi:z23ETkVyJGeLWysGD11s2Jof",
"items": [
{
"did": "did:ebsi:z24q8qN8UE1j4XAFiFKtvJbH",
"href": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers/did:ebsi:z24q8qN8UE1j4XAFiFKtvJbH"
}
],
"total": 1,
"pageSize": 10,
"links": {
"first": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10&controller=0x2430ec99974524fA4133a7456e8a1C8533B36f0f",
"prev": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10&controller=0x2430ec99974524fA4133a7456e8a1C8533B36f0f",
"next": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10&controller=0x2430ec99974524fA4133a7456e8a1C8533B36f0f",
"last": "https://api-conformance.ebsi.eu/did-registry/v5/identifiers?page[after]=1&page[size]=10&controller=0x2430ec99974524fA4133a7456e8a1C8533B36f0f"
}
}
Bad Request Error
- application/problem+json
- Schema
- Bad Paging Request
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Bad Paging Request",
"status": 400,
"detail": "PageSize should not be greater than 50"
}
Internal Server Error
- application/problem+json
- Schema
- Internal Server Error
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Internal error",
"status": 500,
"detail": "Internal error"
}