Approvals
List all approvals in your account. The request must filter on both the Parent and one of the following: ApproverId, StatusName, ParentId, or DelegateeId. For instance, Select * from Approvals where Parent='ticket' and ParentId=11.
Columns
Name | Type | References | |
Id [KEY] | Long | ||
Parent | String | ||
ParentId | Long | ||
CreatedAt | Datetime | ||
UpdatedAt | Datetime | ||
ApproverId | Long | ||
ApproverName | String | ||
ApprovalType | Integer | ||
Level | Long | ||
UserId | Long | ||
UserName | String | ||
StatusId | Long | ||
StatusName | String | ||
DelegateeId | Long | ||
DelegateeName | String | ||
LatestRemark | String |