Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwNywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MzYwNjMwNX0.3qboDSoFPNLWDMltCnvvw7TqFZrdhuunY5jNR2X3DoQ 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: f5fbe25c-4fb5-447a-9710-96a70258e5da x-runtime: 0.004967 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"
}
}
}