Gateway rel100 modes API

get specific entry

GET /api/rest/admin/equipment/gateway-rel100-modes/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MzAsInN1YiI6ODR9.v8CFb0t34bwPytjRHs6ylkKTrj8ZIMwt01hs1idRMlM
Host: example.org
Cookie: 

Route

GET /api/rest/admin/equipment/gateway-rel100-modes/0

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/"d6fd47cdcebbd3cbbd1ab33d87ed5695"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a5b6c125-d8b7-4d3a-bf96-197e579c1db3
X-Runtime: 0.010991
Content-Length: 168

Status

200 OK

Body

{
  "data": {
    "id": "0",
    "type": "gateway-rel100-modes",
    "links": {
      "self": "http://example.org/api/rest/admin/equipment/gateway-rel100-modes/0"
    },
    "attributes": {
      "name": "Disabled"
    }
  }
}