Service Desk Integration Types List.
GET {{baseUrl}}/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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"type":"aType","scriptName":"aScriptName","name":"aName"},{"type":"aType","scriptName":"aScriptName","name":"aName"}]