Gateway inband dtmf filtering mode API

get specific entry

GET /api/rest/admin/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.eyJzdWIiOjEwNiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzMX0.4VB4DLYXy3YMzcNWMhq9X2TkF6e3UxxTjzkL72GxjQI
Host: example.org
Cookie: 

Route

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

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/"3b0e1d9ac7ec65fb31721162363c432a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: d93ec8b1-7da3-42c1-bb9d-fe9913b93a19
X-Runtime: 0.008100
Content-Length: 221

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