Gateway inband dtmf filtering mode API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjExMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.4qY7Xhna_FAIzu8HLHdfYnWv2qYTV054ZkY2kKReUvc
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: 11453a73-ebab-4798-a54c-4bf7e0611370
x-runtime: 0.005773
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"
    }
  }
}