Routing groups API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE4NSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzOX0.-qnlaGLjyfdVQQ67aWgPCRWL3AWnJygFrwr_72SQUQs
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: 58424007-69d8-4f1f-abfc-3946853b10cd
X-Runtime: 0.012038
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"
        }
      }
    }
  }
}