v1

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

Get ServiceNow template

Get a ServiceNow template by ID.

get/api/v2/integration/servicenow/handles/{template_id}

Path parameters

template_idstring uuid required

The ID of the ServiceNow template to retrieve

Response

OK

Example response

{
  "data": {
    "attributes": {
      "assignment_group_id": "65b3341b-0680-47f9-a6d4-134db45c603e",
      "business_service_id": "65b3341b-0680-47f9-a6d4-134db45c603e",
      "fields_mapping": {
        "category": "software",
        "priority": "1"
      },
      "handle_name": "incident-template",
      "instance_id": "65b3341b-0680-47f9-a6d4-134db45c603e",
      "servicenow_tablename": "incident",
      "user_id": "65b3341b-0680-47f9-a6d4-134db45c603e"
    },
    "id": "65b3341b-0680-47f9-a6d4-134db45c603e",
    "type": "servicenow_templates"
  }
}