Gateway Media encryption modes API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjExNCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.KZUpLAz1pt5z5b8YfwnoaDR21d49QwMlr7K4WvDFavE
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: 08341fbd-8d85-4459-b1f9-2a4fbfce04e5
x-runtime: 0.005323
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"
    }
  }
}