Gateway inband dtmf filtering mode API

get listing

GET /api/rest/admin/equipment/gateway-inband-dtmf-filtering-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.eyJleHAiOjE3MTAyNTQ3MzAsInN1YiI6Nzd9.5xFs_L99Re1ns9Cm_6jpUQdTaxXgbYTPDVSim1uD-tI
Host: example.org
Cookie: 

Route

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

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"8ef3664ce107d7fe6e70e8dbc1945d12"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 8edfebd5-e1f2-4ecf-a3bd-3ef037e87fb5
X-Runtime: 0.010534
Content-Length: 903

Status

200 OK

Body

{
  "data": [
    {
      "id": "1",
      "type": "gateway-inband-dtmf-filtering-modes",
      "links": {
        "self": "http://example.org/api/rest/admin/equipment/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/equipment/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/equipment/gateway-inband-dtmf-filtering-modes/3"
      },
      "attributes": {
        "name": "Remove DTMF"
      }
    }
  ],
  "meta": {
    "total-count": 3
  },
  "links": {
    "first": "http://example.org/api/rest/admin/equipment/gateway-inband-dtmf-filtering-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/equipment/gateway-inband-dtmf-filtering-modes?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}