Skip to main content

List Service Desk integration types

GET 

/service-desk-integrations/types

This API endpoint returns the current list of supported Service Desk integration types.

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...