Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU1LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjEyMDAxfQ.1KGjL2MY8L0Eos6Kb11ZETczGCLrw4hwFL-2fzUek2Y 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: a2375f38-1bb2-4cd9-8ea8-3281ce8aa8e7 x-runtime: 0.006158 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"
}
}
}
}
}