Retrieve contexts
GET/api/management/contexts
Retrieve all context registered in this wallet
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
idstringrequired
credentialTypestringrequired
issuablebooleanrequired
documentUrlstring
documentobject
schemaobject
createddate-timerequired
modifieddate-timerequired
deleteddate-time
[
{
"id": "string",
"credentialType": "string",
"issuable": true,
"documentUrl": "string",
"document": {},
"schema": {},
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"deleted": "2024-07-29T15:51:28.071Z"
}
]
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}