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.eyJleHAiOjE3MTAyNTQ3MzksInN1YiI6MjA4fQ.x3YwOel4INknDLZAi4AYX6xfcrCjKTBEbBRp1rZrMP0
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: abff8724-9532-4d7f-a756-d69de725e19a
X-Runtime: 0.010873
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"
    }
  }
}