v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
ServiceNow Integration

List ServiceNow business services

Get all business services for a ServiceNow instance.

get/api/v2/integration/servicenow/business_services/{instance_id}

Path parameters

instance_idstring uuid required

The ID of the ServiceNow instance

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "instance_id": "65b3341b-0680-47f9-a6d4-134db45c603e",
        "service_name": "IT Support",
        "service_sys_id": "abc123def456"
      },
      "id": "65b3341b-0680-47f9-a6d4-134db45c603e",
      "type": "business_services"
    }
  ]
}