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.eyJzdWIiOjE4MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwOH0.Zt7kFj7oxvDFKu1PNQ0zRtfUy19qoz5j2QyJzZwPueI
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: b6d92347-2ee0-4a41-8a3d-4fa870b6d6f4
x-runtime: 0.005171
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"
        }
      }
    }
  }
}