Skip to main content

List existing Service Desk Integrations

Get a list of ServiceDeskIntegrationDto for existing Service Desk Integrations. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.

Query Parameters
  • offset int32

    Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.

  • limit int32

    Possible values: <= 250

    Default value: 250

    Max number of results to return. See V3 API Standard Collection Parameters for more information.

    Example: 250
  • sorters string

    Sort results using the standard syntax described in V3 API Standard Collection Parameters

    Sorting is supported for the following fields: name

  • filters comma-separated

    Filter results using the standard syntax described in V3 API Standard Collection Parameters

    Filtering is supported for the following fields and operators:

    id: eq, in

    name: eq

    type: eq, in

    cluster: eq, in

  • count boolean

    If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

    Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

    See V3 API Standard Collection Parameters for more information.

    Example: true
Responses

List of ServiceDeskIntegrationDto


Schema array
  • id string

    System-generated unique ID of the Object

  • name string

    Name of the Object

  • created date-time

    Creation date of the Object

  • modified date-time

    Last modification date of the Object

  • description string

    Description of the Service Desk integration

  • type string

    Default value: ServiceNowSDIM

    Service Desk integration types

    • ServiceNowSDIM
    • ServiceNow
  • ownerRef object

    Reference to the identity that is the owner of this Service Desk integration

  • type string

    Possible values: [IDENTITY]

    The type of object being referenced

  • id string

    ID of the identity

  • name string

    Human-readable display name of the identity

  • clusterRef object

    Reference to the source cluster for this Service Desk integration

  • type string

    Possible values: [CLUSTER]

    The type of object being referenced

  • id string

    ID of the cluster

  • name string

    Human-readable display name of the cluster

  • cluster string deprecated

    ID of the cluster for the Service Desk integration (replaced by clusterRef, retained for backward compatibility)

  • managedSources string[] deprecated

    Source IDs for the Service Desk integration (replaced by provisioningConfig.managedSResourceRefs, but retained here for backward compatibility)

  • provisioningConfig object

    The 'provisioningConfig' property specifies the configuration used to provision integrations.

  • universalManager boolean

    Specifies whether this configuration is used to manage provisioning requests for all sources from the org. If true, no managedResourceRefs are allowed.

  • managedResourceRefs object[]

    References to sources for the Service Desk integration template. May only be specified if universalManager is false.

  • type string

    Possible values: [SOURCE]

    The type of object being referenced

  • id string

    ID of the source

  • name string

    Human-readable display name of the source

  • planInitializerScript object

    This is a reference to a plan initializer script.

  • source string

    This is a Rule that allows provisioning instruction changes.

  • attributes object

    Attributes of the Service Desk integration. Validation constraints enforced by the implementation.

  • beforeProvisioningRule object

    Reference to beforeProvisioningRule for this Service Desk integration

  • type string

    Possible values: [RULE]

    The type of object being referenced

  • id string

    ID of the rule

  • name string

    Human-readable display name of the rule

Loading...