Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzg4NjA2NTA5fQ.hu30Ax3IhGT9m1c8MUyH3yROHBS6-1hoApsEzhN1UVo 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-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: c5ec65b0-d57d-411c-a598-1797b06d1ab3 x-runtime: 0.009804 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"
}
}
}
}
}