Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
}

  • No labels