v1

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

List ServiceNow assignment groups

Get all assignment groups for a ServiceNow instance.

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

Path parameters

instance_idstring uuid required

The ID of the ServiceNow instance

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "assignment_group_name": "Network Team",
        "assignment_group_sys_id": "abc123def456",
        "instance_id": "65b3341b-0680-47f9-a6d4-134db45c603e"
      },
      "id": "65b3341b-0680-47f9-a6d4-134db45c603e",
      "type": "assignment_groups"
    }
  ]
}