Dtmf receive modes API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzcsInN1YiI6MTk0fQ.PsJTc0apEiJmVNftHL7Wob6hfmS7G56HN-KvTUASE-M
Host: example.org
Cookie: 

Route

GET /api/rest/admin/system/dtmf-receive-modes/1

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"cd63dd42a07abfc23662b2efaeb613d2"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 06a3db7c-d521-4457-9270-2b5ed7d1e369
X-Runtime: 0.011476
Content-Length: 161

Status

200 OK

Body

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