Routing Rate Groups API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE3OCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2OX0.2LURQZNpn-RsoYw5yJ4_BNeyNeLMheOyhNYQGFPLAow
Host: example.org
Cookie: 

Route

GET /api/rest/admin/rate-groups/14

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/"c1a2bff4aaf75bfb3fe909f9d455462f"
cache-control: max-age=0, private, must-revalidate
x-request-id: c5519175-f92f-4983-b8c9-5dc0c7a247f5
x-runtime: 0.006099
content-length: 274

Status

200 OK

Body

{
  "data": {
    "id": "14",
    "type": "rate-groups",
    "links": {
      "self": "http://example.org/api/rest/admin/rate-groups/14"
    },
    "attributes": {
      "name": "rateplan14",
      "external-id": 14
    },
    "relationships": {
      "rateplans": {
        "links": {
          "related": "http://example.org/api/rest/admin/rate-groups/14/rateplans"
        }
      }
    }
  }
}