Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjk1LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDMxfQ.VUfALyMtiipwBcXfzj9cMgMgPiF7ul8-xDKr5LfieL0 Host: example.org Cookie:
GET /api/rest/admin/dtmf-receive-modes/1
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
200 OK
{ "data": { "id": "1", "type": "dtmf-receive-modes", "links": { "self": "http://example.org/api/rest/admin/dtmf-receive-modes/1" }, "attributes": { "name": "RFC 2833" } } }