Parameter Name | Description | ||
ApprovalRequest[] | An array of ApprovalRequest elements. Each ApprovalRequest entry in the array represents one approval request and has the following structure: | ||
name | String. Optional. The name of the approval request (as specified by the Approval Flow Name parameter in the approval policy action). | ||
requestor | String. The key that identifies the user who submitted the approval request. | ||
registryObject | String. The key of the registry object on which the user is requesting approval. | ||
requestType | String. The type of event that triggered the approval request (for example, "Pre-State Change"). | ||
reasonForRequest | String. Optional. The remark (if any) that was assigned to the request by the approval policy action. | ||
key | String. The approval request's key. | ||
status | String. The state of the approval request. The value of this element will be one of the following: | ||
Value | Description | ||
In Progress | The approval request is pending (that is, awaiting approval). | ||
Approved | The approval request has been approved. | ||
Rejected | The approval request has been rejected. | ||
No Action | The approval request was auto-approved. | ||
submittedDate | DateTime. The date on which the request was submitted for approval. | ||
scroll | Scroll. Optional. The scroll values, if any, that were submitted when the operation that produced this ApprovalRequestList was invoked. | ||
start | Integer. The start value that was specified in the input message when the operation was invoked. | ||
number | Integer. Optional. The number value that was specified in the input message when the operation was invoked. | ||
count | Number. The number of approval requests in the entire result set. |