Service Desk Integration

Number of APIs: 10

  1. List existing Service Desk Integrations GET {{baseUrl}}/service-desk-integrations

  2. Create new Service Desk integration POST {{baseUrl}}/service-desk-integrations

  3. Delete a Service Desk integration DELETE {{baseUrl}}/service-desk-integrations/:id

  4. Service Desk Integration Update PATCH PATCH {{baseUrl}}/service-desk-integrations/:id

  5. Service Desk Integration Types List. GET {{baseUrl}}/service-desk-integrations/types

  6. Service Desk integration template by scriptName. GET {{baseUrl}}/service-desk-integrations/templates/:scriptName

  7. Get the time check configuration GET {{baseUrl}}/service-desk-integrations/status-check-configuration

  8. Update the time check configuration PUT {{baseUrl}}/service-desk-integrations/status-check-configuration

  9. Update a Service Desk integration PUT {{baseUrl}}/service-desk-integrations/:id

  10. Get a Service Desk integration GET {{baseUrl}}/service-desk-integrations/:id