Dtmf send modes API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2NX0.uXwZE519acXOjOjcPvimhOwBl4ht9iec0EmZ-GT--nc
Host: example.org
Cookie: 

Route

GET /api/rest/admin/dtmf-send-modes/0

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/"d4152e22a05359a0903052f6836ffd2a"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6f46717a-710a-436f-85e6-b959d1998be6
x-runtime: 0.005783
content-length: 155

Status

200 OK

Body

{
  "data": {
    "id": "0",
    "type": "dtmf-send-modes",
    "links": {
      "self": "http://example.org/api/rest/admin/dtmf-send-modes/0"
    },
    "attributes": {
      "name": "Disable sending"
    }
  }
}