Skip to main content

Service Desk Integration Types List.

GET 

/service-desk-integrations/types

This API endpoint returns the current list of supported Service Desk integration types. A token with Org Admin or Service Desk Admin authority is required to access this endpoint.

Request

Responses

Responds with an array of the currently supported Service Desk integration types.

Schema
  • Array [
  • name string

    This is the name of the type.

    type stringrequired

    This is the type value for the type.

    scriptName stringrequired

    This is the scriptName attribute value for the type.

  • ]
Loading...