Name | Type | Description | ||
---|---|---|---|---|
id | String | The ID of the retrieved approval request | ||
number | String | The number of the retrieved approval request | ||
unified_code | String | The unified code of the retrieved approval request | ||
life_cycle_state | String | The life cycle state of the retrieved approval request which can be PENDING, APPROVED, REJECTED or CANCELLED | ||
entity | String | The name of the entity related with the approval request. The supported entities are the following:
| ||
entity_id | String | The ID of the entity related with to the approval request | ||
subject | String | The subject of the retrieved approval request | ||
response | String | The response of the retrieved approval request | ||
respondedresponse_ondate | Date | The date that a response was provided for the retrieved approval request | ||
responded_by | User Object | The user that responded on to the retrieved approval request | ||
approval_definition | Approval Definition Object | The approval definition that was used to create the approval request | ||
workflow_rule | Workflow Rule Object | The workflow rule that triggered the approval request | ||
authorised_users_set | Set of Users Objects | The users that are authorised to approve, reject or cancel the approval request | ||
log_information | Log Information Object | The log information of the retrieved approval request |
...