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.eyJzdWIiOjEwMywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.6n3a9o67DDvSmvhYEETyrsAzbME7DWY0fkllS5RU6hQ
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: 8f49343f-85de-4557-9266-3d649d40ad32
x-runtime: 0.005961
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"
    }
  }
}