Gateway inband dtmf filtering mode API

get listing

GET /api/rest/admin/gateway-inband-dtmf-filtering-modes

Parameters

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjExMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.mKJ78U92wXB6RLtJh7UMWgHq0cUO7VWpGeGJQqV4kjY
Host: example.org
Cookie: 

Route

GET /api/rest/admin/gateway-inband-dtmf-filtering-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/"cc4b79a1bcdb9650230449d0c0fb8765"
cache-control: max-age=0, private, must-revalidate
x-request-id: 750da22f-d256-4dcc-a550-43fceeb2f4e1
x-runtime: 0.013040
content-length: 853

Status

200 OK

Body

{
  "data": [
    {
      "id": "1",
      "type": "gateway-inband-dtmf-filtering-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-inband-dtmf-filtering-modes/1"
      },
      "attributes": {
        "name": "Inherit configuration from other call leg"
      }
    },
    {
      "id": "2",
      "type": "gateway-inband-dtmf-filtering-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-inband-dtmf-filtering-modes/2"
      },
      "attributes": {
        "name": "Disable"
      }
    },
    {
      "id": "3",
      "type": "gateway-inband-dtmf-filtering-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/gateway-inband-dtmf-filtering-modes/3"
      },
      "attributes": {
        "name": "Remove DTMF"
      }
    }
  ],
  "meta": {
    "total-count": 3
  },
  "links": {
    "first": "http://example.org/api/rest/admin/gateway-inband-dtmf-filtering-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/gateway-inband-dtmf-filtering-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}