Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU1LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzc2MzY1NzMzfQ.uKRpe3Wo-OWECenKc5EKYEHgDGmtSR7hGpRjA24r2-U 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: 5ba9d262-395e-4d87-a30d-83f5a84bf370 x-runtime: 0.009188 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"
}
}
}
}
}