Gateway inband dtmf filtering mode API

get specific entry

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

Request

Headers

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

Route

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

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/"9e320fbe191b7541dee43f9e0823035d"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: d26ce3a0-5880-4e78-a2bb-d628ac16c08f
X-Runtime: 0.013596
Content-Length: 231

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"
    }
  }
}