Gateway Media encryption modes API

get listing

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

Parameters

Name Description
filter[id] id filter
filter[name] name filter

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwNywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzMX0.u46ZbZPtdJs-NoEo3JhvnkSWGPHe3JTH4hgIospqckI
Host: example.org
Cookie: 

Route

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

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/"e8b54af1144f9f841620cc0b36977fef"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 7fb78e8f-eb41-4f11-a24f-2e0fc34a83af
X-Runtime: 0.012864
Content-Length: 779

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"
      }
    },
    {
      "id": "1",
      "type": "gateway-media-encryption-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-media-encryption-modes/1"
      },
      "attributes": {
        "name": "SRTP SDES"
      }
    },
    {
      "id": "2",
      "type": "gateway-media-encryption-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-media-encryption-modes/2"
      },
      "attributes": {
        "name": "SRTP DTLS"
      }
    }
  ],
  "meta": {
    "total-count": 3
  },
  "links": {
    "first": "http://example.org/api/rest/admin/gateway-media-encryption-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/gateway-media-encryption-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}