Get activity by id
POST/0/private/GetCustodyActivity
Retrieve details for a specific task activity.
Request
Query Parameters
Possible values: >= 14 characters
and <= 14 characters
, Value must match regular expression ^A[A-Z2-7]{12}[ACEGIKMOQSUWY246]$
Activity ID
- application/json
Body
Nonce used in construction of API-Sign
header
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- created
- review_approved
- review_denied
- canceled
- executed
- failed
- expired
- admin
- initiator
- reviewer
- auditor
- admin
- initiator
- reviewer
- auditor
- admin
- initiator
- reviewer
- auditor
- admin
- initiator
- reviewer
- auditor
- Array [
- ]
result object nullable
An activity represents an event on a task.
Possible values: [created
]
Event that is emitted once the initiator has submitted the request
Possible values: <= 1024 characters
Comment for the task creation if available
user objectrequired
User associated with the activity
User full name
role object nullable
User role
string
Possible values: [admin
]
string
Possible values: [initiator
]
string
Possible values: [reviewer
]
string
Possible values: [auditor
]
User IP address
Possible values: >= 14 characters
and <= 42 characters
User IIBAN
Possible values: [review_approved
]
Event that is emitted when a user reviewed and approved the request
Possible values: <= 1024 characters
Review comment
user objectrequired
User associated with the activity
User full name
role object nullable
User role
string
Possible values: [admin
]
string
Possible values: [initiator
]
string
Possible values: [reviewer
]
string
Possible values: [auditor
]
User IP address
Possible values: >= 14 characters
and <= 42 characters
User IIBAN
Possible values: [review_denied
]
Event that is emitted when a user reviewed and denied the request
Possible values: <= 1024 characters
Review comment
user objectrequired
User associated with the activity
User full name
role object nullable
User role
string
Possible values: [admin
]
string
Possible values: [initiator
]
string
Possible values: [reviewer
]
string
Possible values: [auditor
]
User IP address
Possible values: >= 14 characters
and <= 42 characters
User IIBAN
Possible values: [canceled
]
Event that is emitted when a user cancelled the request
Possible values: <= 1024 characters
Reason for the cancellation
user objectrequired
User associated with the activity
User full name
role object nullable
User role
string
Possible values: [admin
]
string
Possible values: [initiator
]
string
Possible values: [reviewer
]
string
Possible values: [auditor
]
User IP address
Possible values: >= 14 characters
and <= 42 characters
User IIBAN
Possible values: [executed
]
Event that is emitted when the request has been successfully executed
Possible values: [failed
]
Event that is emitted when the request has failed during execution
Possible values: [expired
]
Event that is emitted when the request has expired and was cancelled.
errors object[]required
Possible values: [E
, W
]
API error severity.
{
"result": {},
"errors": [
{
"severity": "E",
"errorClass": "string",
"type": "string",
"errorMessage": "string"
}
]
}