Skip to main content

List Reassignment Config Types

GET 

/reassignment-configurations/types

Gets a collection of types which are available in the Reassignment Configuration UI.

Request

Responses

List of Reassignment Configuration Types

Schema
  • Array [
  • priority integer
    internalName ConfigTypeEnumCamel

    Possible values: [accessRequests, certifications, manualTasks]

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

    internalNameCamel ConfigTypeEnum

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

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

    displayName string

    Human readable display name of the type to be shown on UI

    description string

    Description of the type of work to be reassigned, displayed by the UI.

  • ]
Loading...