Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEwMSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAwNH0.eFzxM3BvyV-hbSFjOO0uPLsAFPqPfj1OwO1kLKnoi5I 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: 4dc8aa7a-3528-4636-acd5-34aa9ed15282 x-runtime: 0.006174 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"
}
}
}