Sensor levels API

get specific entry

GET /api/rest/admin/system/sensor-levels/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NjQsInN1YiI6MjI4fQ.GMPUD9-SwTcMDolnd19--Zwe_iSPdKbqbdO8ToZ8_7Y
Host: example.org
Cookie: 

Route

GET /api/rest/admin/system/sensor-levels/1

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"453e046b8142c3e43a817d4e6f6be669"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a1ef792c-0a2e-4da5-b2e1-24040a782ef6
X-Runtime: 0.015795
Content-Length: 152

Status

200 OK

Body

{
  "data": {
    "id": "1",
    "type": "sensor-levels",
    "links": {
      "self": "http://example.org/api/rest/admin/system/sensor-levels/1"
    },
    "attributes": {
      "name": "Signaling"
    }
  }
}