Retrieve last evaluation context
GET/api/management/policy/evaluation/:transferId/lastContext
Retrieve last evaluation context of the specified transfer ID.
Request
Path Parameters
transferId stringrequired
Responses
- 200
- 403
- 404
- application/json
- Schema
- Example (from schema)
Schema
transferIdstring
localParticipantstringrequired
remoteParticipantstringrequired
targetstringrequired
actionstringrequired
verifiableCredentials
object
required
object
evaluationTimedate-timerequired
{
"transferId": "string",
"localParticipant": "string",
"remoteParticipant": "string",
"target": "string",
"action": "string",
"verifiableCredentials": {},
"evaluationTime": "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"
}
Resource not found
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}