Retrieve an Approval
GET
Retrieve an Approval
Documentation Index
Fetch the complete documentation index at: https://developer.siit.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UID of the Approval
Query Parameters
Fields to expand into full objects. Example: ?expand[]=assignee_admin&expand[]=tags
Response
Successful
The UID of the Approval
Current state of the Approval
Available options:
approved, expired, pending, rejected The approver. Currently always a User; may include other approver types in the future. Pass ?expand[]=field_name for full object.
The Request the Approval is attached to. Pass ?expand[]=field_name for full object.
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
Retrieve an Approval

