Dtmf receive modes API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjk1LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDMxfQ.VUfALyMtiipwBcXfzj9cMgMgPiF7ul8-xDKr5LfieL0
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: cce6097a-c0b9-4ec6-8670-a55917457383
X-Runtime: 0.007504
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"
    }
  }
}