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.eyJzdWIiOjExOSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTczN30.FU1HEtLKbKHXYDQ2DdxmuXRhuZpRhQJ6h0AB2DgmP2s
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: cf1c8d7a-a873-4286-ac01-26439bdde8ff
x-runtime: 0.005243
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"
    }
  }
}