GET/did-registry/v6/identifiers/:did/events
Returns a list of events.
Request
Path Parameters
- DID
A DID to be resolved.
Example: did:ebsi:z25F87e2MyLKF7DViuHi5b4z
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.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Success
Schema
- Array [
- ]
Absolute path to the collection (consult)
items object[]
List of events
Event ID
Event name
Ethereum address of the transaction sender
Timestamp
Transaction ID
Block number
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-pilot.ebsi.eu/did-registry/v6/identifiers/did%3Aebsi%3AzxAFkP2dnB5oL2A5iaaK5K3/events?page[after]=1&page[size]=10",
"items": [
{
"id": "0x6ff7491ae71787fa22e812f544ca4919535d6ffebc113bd380de35e0ddec29d800000000",
"event": "VerificationRelationshipAdded",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033279",
"txId": "0x6ff7491ae71787fa22e812f544ca4919535d6ffebc113bd380de35e0ddec29d8",
"blockNumber": "11866593"
},
{
"id": "0x71959b749b299244496df234229b52b6761811405af3a80866fcd350a28a5e3a00000000",
"event": "VerificationMethodAdded",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033271",
"txId": "0x71959b749b299244496df234229b52b6761811405af3a80866fcd350a28a5e3a",
"blockNumber": "11866592"
},
{
"id": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc00000000",
"event": "VerificationRelationshipAdded",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033255",
"txId": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc",
"blockNumber": "11866591"
},
{
"id": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc01000000",
"event": "VerificationRelationshipAdded",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033255",
"txId": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc",
"blockNumber": "11866591"
},
{
"id": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc02000000",
"event": "DidDocumentInserted",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033255",
"txId": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc",
"blockNumber": "11866591"
},
{
"id": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc03000000",
"event": "ControllerAdded",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033255",
"txId": "0x92a4e4b0bf5b5369d3165c30811f49dbb0e04e4f1ef22218fca7e7826e3180cc",
"blockNumber": "11866591"
},
{
"id": "0x9bb37d378f684f3158ff4e52e7a23dbcf6e7182b457c6105fb62bf00b40bcd3e00000000",
"event": "VerificationRelationshipAdded",
"signer": "0x69e48d89bf5e09588e858d757323b4abbbb3f814",
"timestamp": "1721033287",
"txId": "0x9bb37d378f684f3158ff4e52e7a23dbcf6e7182b457c6105fb62bf00b40bcd3e",
"blockNumber": "11866594"
}
],
"pageSize": 10,
"links": {
"first": "https://api-pilot.ebsi.eu/did-registry/v6/identifiers/did%3Aebsi%3AzxAFkP2dnB5oL2A5iaaK5K3/events?page[after]=1&page[size]=10",
"prev": "https://api-pilot.ebsi.eu/did-registry/v6/identifiers/did%3Aebsi%3AzxAFkP2dnB5oL2A5iaaK5K3/events?page[after]=1&page[size]=10",
"next": "https://api-pilot.ebsi.eu/did-registry/v6/identifiers/did%3Aebsi%3AzxAFkP2dnB5oL2A5iaaK5K3/events?page[after]=2&page[size]=10",
"last": "https://api-pilot.ebsi.eu/did-registry/v6/identifiers/did%3Aebsi%3AzxAFkP2dnB5oL2A5iaaK5K3/events?page[after]=1&page[size]=10"
}
}
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"
}