Get event request
Get event request
Allows to obtain an event request by its identifier
Path Parameters
- id string required
Event Request's unique id
Responses
- 200
- 400
- 404
- 500
Request Data successfully retrieved
- application/json
- Schema
- Example (from schema)
- Example
Schema
signature object
signer stringSignature of the issuer
timestamp int64Timestamp at which the signature was made
value stringSignature value
{
"Create": {
"governance_id": "string",
"name": "string",
"namespace": "string",
"public_key": "string",
"schema_id": "string"
}
}
{
"Fact": {
"payload": {
"Patch": {
"data": [
{
"op": "add",
"path": "/members/0",
"value": {
"id": "EbwR0yYrCYpTzlN5i5GX_MtAbKRw5y2euv3TqiTgwggs",
"name": "WPO"
}
}
]
}
},
"subject_id": "JoifaSpfenD2bEPeBLvUTWh30brm4tKcvdW8exQnkGoQ"
},
"signature": {
"signer": "EbwR0yYrCYpTzlN5i5GX_MtAbKRw5y2euv3TqiTgwggs",
"timestamp": 1688643580,
"value": "SE4yS1Q1Smhm3Az3r6WNFKAGd2Us69vyUA3j5q_riE6MICh_Ub2fSLxNS3Nn-g_CpppvABq6s_c8dF5kbmUir4Ag"
}
}
Bad Request
Not Found
Internal Server Error
Loading...