Skip to main content

List Reassignment Configurations

GET 

/reassignment-configurations

Gets all Reassignment configuration for the current org.

Request

Responses

A list of Reassignment Configurations for an org

Schema
  • Array [
  • identity object

    The definition of an Identity according to the Reassignment Configuration service

    id string

    The ID of the object

    name string

    Human-readable display name of the object

    configDetails object[]

    Details of how work should be reassigned for an Identity

  • Array [
  • configType ConfigTypeEnum

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

    Enum list of valid work types that can be selected for a Reassignment Configuration

    targetIdentity object

    The definition of an Identity according to the Reassignment Configuration service

    id string

    The ID of the object

    name string

    Human-readable display name of the object

    startDate date-time

    The date from which to start reassigning work items

    endDate date-time

    The date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment.

    auditDetails object

    Audit details for the reassignment configuration of an identity

    created date-time

    Initial date and time when the record was created

    createdBy object

    The definition of an Identity according to the Reassignment Configuration service

    id string

    The ID of the object

    name string

    Human-readable display name of the object

    modified date-time

    Last modified date and time for the record

    modifiedBy object

    The definition of an Identity according to the Reassignment Configuration service

    id string

    The ID of the object

    name string

    Human-readable display name of the object

  • ]
  • ]
Loading...