RequestApprovals
This resource represents a request approval.
Select
Note: This resource is marked as EXPERIMENTAL and may change without notice.
The adapter will use the API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.
- Id supports the following operator: =.
SELECT * FROM RequestApprovals WHERE RequestID = '10001' AND Id = '10002'
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | True |
The Id of the approval. |
RequestKey | String | True |
The Id of the request. |
RequestId [KEY] | String | True |
The Key of the request. |
Name [KEY] | String | True |
The Name of the approval. |
FinalDecision | String | False |
The final decision. The allowed values are approve, decline. |
CanAnswerApproval | String | True |
Shows if this approval can be answered. |
Approvers | String | True |
The approvers of this request. |
CreatedDate | String | True |
The datetime this request was approved. |
CompletedDate | String | True |
The datetime this request approval was created. |