Dtmf receive modes API

get specific entry

GET /api/rest/admin/dtmf-receive-modes/:id

Request

Headers

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

Route

GET /api/rest/admin/dtmf-receive-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/"dc0b1b6fb5a22fec491f28fd6df76654"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1e6b4350-98bf-4cd0-9706-eb08204deb99
x-runtime: 0.013613
content-length: 154

Status

200 OK

Body

{
  "data": {
    "id": "1",
    "type": "dtmf-receive-modes",
    "links": {
      "self": "http://example.org/api/rest/admin/dtmf-receive-modes/1"
    },
    "attributes": {
      "name": "RFC 2833"
    }
  }
}