Gateway Media encryption modes API

get specific entry

GET /api/rest/admin/gateway-media-encryption-modes/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwOCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzMX0.7XE0goHsffWBd_1nwTXPYXW5F82kqplB_M1lW4rdW9E
Host: example.org
Cookie: 

Route

GET /api/rest/admin/gateway-media-encryption-modes/0

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/"2789f987225633b9b08bb59ee324189a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 708cf8c0-44a0-48bc-8bc4-2d84bfec2d89
X-Runtime: 0.007039
Content-Length: 177

Status

200 OK

Body

{
  "data": {
    "id": "0",
    "type": "gateway-media-encryption-modes",
    "links": {
      "self": "http://example.org/api/rest/admin/gateway-media-encryption-modes/0"
    },
    "attributes": {
      "name": "Disable"
    }
  }
}