Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTEsInN1YiI6NjF9.EhNRkSYlc1XKlriGc9D0YhdJVDIfNGPRH3lDK0Q7UUQ Host: example.org Cookie:
GET /api/rest/admin/codec-groups/14
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept ETag: W/"f3839b31f8d66f9f3c02c9c073a79cf3" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 6df774b3-0875-4b0b-9b2c-917eb418349a X-Runtime: 0.016293 Content-Length: 336
200 OK
{ "data": { "id": "14", "type": "codec-groups", "links": { "self": "http://example.org/api/rest/admin/codec-groups/14" }, "attributes": { "name": "codec_group3" }, "relationships": { "codecs": { "links": { "self": "http://example.org/api/rest/admin/codec-groups/14/relationships/codecs", "related": "http://example.org/api/rest/admin/codec-groups/14/codecs" } } } } }