Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE3MiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzOH0.uEoFI5xBW2RubNAE9XoX0kXl6exSfrfZa7W0kn2XzXE Host: example.org Cookie:
GET /api/rest/admin/rate-groups/14
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: 39eae56b-c0fa-4729-b962-035344787647 X-Runtime: 0.007185 Content-Length: 274
200 OK
{ "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" } } } } }