The GetApprovalById
is used to get role assignment approval entry by it’s id
This activity is available from version 9.1.
Input Data
The following input data can be configured for the activity.
RoleAssignmentApprovalId
Id of the Role Assignment Approval
Output Data
This activity has one result output
Result
RoleAssignmentApproval
for specific RoleAssignmentApprovalId:
{ "Id": "", //string Id of RoleAssignmentApproval "RoleAssignmentId": "", //uint Id of RoleAssignment "CoreIdentityId": "", //uint Id of CoreIdentity "ApprovalDate": "", //DateTime is UTC Date when approval was approved can be null if not approved "Approved": "", //bool value true if approved, false if declined or null when only created "Comment": "", //string COmment why it was approved or declined }