Codec groups API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjUwLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDI1fQ.Cey6vm09zHGKf4dRu8Z94Q89n9m1yU36yW1R4yfdOK0
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: 0b5dbdc5-cc14-4e5e-977a-b7693e6771dd
X-Runtime: 0.008097
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"
        }
      }
    }
  }
}