mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
13 lines
484 B
YAML
13 lines
484 B
YAML
type: object
|
|
description: The response body for Evaluate Reassignment Configuration
|
|
properties:
|
|
reassignToId:
|
|
type: string
|
|
description: The Identity ID which should be the recipient of any work items sent to a specific identity & work type
|
|
example: 869320b6b6f34a169b6178b1a865e66f
|
|
lookupTrail:
|
|
type: array
|
|
description: List of Reassignments found by looking up the next `TargetIdentity` in a ReassignmentConfiguration
|
|
items:
|
|
$ref: 'LookupStep.yaml'
|