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

« Previous Version 2 Current »

Introduction

The GetAllByRoleAssignment is used to get all approval entries for a role assigment

This activity is available from version 9.1.

Input Data

The following input data can be configured for the activity.

RoleAssignmentId

Id of the Role Assignment

Output Data

This activity has one result output

Result

Array of RoleAssignmentApproval for specific RoleAssignmentId:

[
  {
    "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