Dtmf send modes API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjk3LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDMxfQ.y8VinSTuR5gNrVMteGbJuR0Mu0QxjiHmLDaM10rntm4
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: eda20bd6-cd92-4ff6-813e-4f338029a32a
X-Runtime: 0.007545
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"
    }
  }
}