Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyNSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0M30.xpQGtgk7x_dVdKvzQ7-nA9cX1ud60M3xbzOtxjTmkPA Host: example.org Cookie:
GET /api/rest/admin/sensor-levels/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/"dbf72510c6165d578e689ba00dd50911" cache-control: max-age=0, private, must-revalidate x-request-id: d4577e6c-5914-4944-8d22-2790bc6ab4d7 x-runtime: 0.005366 content-length: 145
200 OK
{
"data": {
"id": "1",
"type": "sensor-levels",
"links": {
"self": "http://example.org/api/rest/admin/sensor-levels/1"
},
"attributes": {
"name": "Signaling"
}
}
}