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] | Integer | ||
Parent | String | ||
ParentId | Integer | ||
CreatedAt | Datetime | ||
UpdatedAt | Datetime | ||
ApproverId | Integer | ||
ApproverName | String | ||
ApprovalType | Integer | ||
Level | Integer | ||
UserId | Integer | ||
UserName | String | ||
StatusId | Integer | ||
StatusName | String | ||
DelegateeId | Integer | ||
DelegateeName | String | ||
LatestRemark | String |