Django REST framework
  • Log in
  • Api Root
GET
  • api
  • json
  • csv

Api Root

The default basic root view for DefaultRouter

GET /?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "cs01xx": "https://testing.hphttech.com/cs01xx/?format=api",
    "pm00xx": "https://testing.hphttech.com/pm00xx/?format=api",
    "wf00xx": "https://testing.hphttech.com/wf00xx/?format=api",
    "ws00xx": "https://testing.hphttech.com/ws00xx/?format=api",
    "gh00xx": "https://testing.hphttech.com/gh00xx/?format=api",
    "token": "https://testing.hphttech.com/token/?format=api",
    "cldsuser": "https://testing.hphttech.com/cldsuser/?format=api",
    "global-settings-visualtypes": "https://testing.hphttech.com/global-settings-visualtypes/?format=api",
    "config-sensors": "https://testing.hphttech.com/config-sensors/?format=api",
    "node-health": "https://testing.hphttech.com/node-health/?format=api"
}