Routing groups API

get specific entry

GET /api/rest/admin/routing-groups/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE5MSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3MH0.K_SQTuwWThyhxqT9pXjqgWTH2Yf9ryYMlc6LG87D8Wc
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing-groups/35

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"bf46df4036b431db415606b551ea9bd6"
cache-control: max-age=0, private, must-revalidate
x-request-id: d1f4e7d2-b46c-4a60-8266-eb61ea4364f1
x-runtime: 0.007717
content-length: 280

Status

200 OK

Body

{
  "data": {
    "id": "35",
    "type": "routing-groups",
    "links": {
      "self": "http://example.org/api/rest/admin/routing-groups/35"
    },
    "attributes": {
      "name": "routing_group_14"
    },
    "relationships": {
      "routing-plans": {
        "links": {
          "related": "http://example.org/api/rest/admin/routing-groups/35/routing-plans"
        }
      }
    }
  }
}