Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjMsInN1YiI6MjE0fQ.JSwLSOlE9Lj6aWuv9mVQSyky7II45xbQje4B3QlooLk Host: example.org Cookie:
GET /api/rest/admin/system/dtmf-receive-modes/1
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: 79d8622e-0a2b-4141-84d6-a9b9e7719fb5 X-Runtime: 0.010204 Content-Length: 161
200 OK
{ "data": { "id": "1", "type": "dtmf-receive-modes", "links": { "self": "http://example.org/api/rest/admin/system/dtmf-receive-modes/1" }, "attributes": { "name": "RFC 2833" } } }