Administration - Workflow & Audit
Get a single workflow request
Get a single workflow request
GET
Get a single workflow request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workflow request identifier.
Response
200 - application/json
OK
WorkflowRequest schema.
Unique identifier for the record.
Workflow request type.
Type-specific request payload.
Status value returned by the API.
Available options:
PENDING, APPROVED, REJECTED, CANCELLED, APPLIED, FAILED User that submitted the request.
User that reviewed the request.
Reviewer note.
Error captured while applying the approved request.
Timestamp when the record was created.
Timestamp when the request was reviewed.
Timestamp when the approved request was applied.
Previous
Approve a request (reviewer must differ from requester)Approve a request (reviewer must differ from requester)
Next
Get a single workflow request

