Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyMCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3MjIxMjAxMH0.8jIADMtXuUOZ-17EhBf11B5RJHXrmTIEcsp19X61Qy0 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: a1793354-c166-4101-ab4e-2d959e56f913 x-runtime: 0.005250 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"
}
}
}