Module Web (v1)#

REST Requests:#

Websockets:#

Websocket endpoint: GET /api/v1/web/notifications

Module Web REST API (v1)#

GET /api/v1/web/modules#

get enabled module list

Status Codes:
  • 200 OK – the enabled module list – JSON Schema: array(string)

Example:

Get enabled module list

GET /api/v1/web/modules
[
  "web",
  "update",
  "report",
  "info"
]
GET /api/v1/web/model#

get drone model

Status Codes:
  • 200 OK – the drone model – JSON Schema: string

  • 400 Bad Request – if the request is incorrect (method is not GET for instance)

Example:

Get drone model

GET /api/v1/web/model
"Anafi4K"

Module Web Websocket events (v1)#

Endpoint:

GET /api/v1/web/notifications#
Request Headers:

Module Web JSON Schema (v1)#