Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyNiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MTI3OTQwNH0.TtPvZGnTDF0CWQ914j2uqdoxLit81i1RZ1mQZUyxkCM 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: f33fdbee-faea-4fae-8090-44fb828cf83a x-runtime: 0.008526 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"
}
}
}