Codec groups API

get specific entry

GET /api/rest/admin/codec-groups/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU1LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjEyMDAxfQ.1KGjL2MY8L0Eos6Kb11ZETczGCLrw4hwFL-2fzUek2Y
Host: example.org
Cookie: 

Route

GET /api/rest/admin/codec-groups/14

Response

Headers

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

Status

200 OK

Body

{
  "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"
        }
      }
    }
  }
}