Evaluate Reassignment Configuration
GET {{baseUrl}}/reassignment-configurations/:identityId/evaluate/:configType
Evaluates the Reassignment Configuration for an Identity
to determine if work items for the specified type should be reassigned. If a valid Reassignment Configuration is found for the identity & work type, then a lookup is initiated which recursively fetches the Reassignment Configuration for the next TargetIdentity
until no more results are found or a max depth of 5. That lookup trail is provided in the response and the final reassigned identity in the lookup list is returned as the reassignToId
property. If no Reassignment Configuration is found for the specified identity & config type then the requested Identity ID will be used as the reassignToId
value and the lookupTrail node will be empty.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
exclusionFilters | string | Exclusion filters that disable parts of the reassignment evaluation. Possible values are listed below: - SELF_REVIEW_DELEGATION : This will exclude delegations of self-review reassignments |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"reassignToId":"2c9180825a6c1adc015a71c9023f0818","lookupTrail":[{"reassignedToId":"2c918084575812550157589064f33b89","reassignedFromId":"2c9180825a6c1adc015a71c9023f0818","reassignmentType":"AUTOMATIC_REASSIGNMENT"},{"reassignedToId":"073204941f3f49c0b3a3c49d1c17ef0e","reassignedFromId":"2c918084575812550157589064f33b89","reassignmentType":"AUTOMATIC_REASSIGNMENT"},{"reassignedToId":"31d9c631f5574571a935aaa48a6255df","reassignedFromId":"073204941f3f49c0b3a3c49d1c17ef0e","reassignmentType":"SELF_REVIEW_DELEGATION"},{"reassignedToId":"279de502e5dc43f4854e1b96f57c578f","reassignedFromId":"31d9c631f5574571a935aaa48a6255df","reassignmentType":"AUTOMATIC_REASSIGNMENT"}]}