Analytics Service
Oops, something is missing.We could not find the original source to display this content.
get
https://localhost:16009/api/v1
/board/{id}
Retrieve a board
post
https://localhost:16009/api/v1
/board/{id}
Create a board
delete
https://localhost:16009/api/v1
/board/{id}
Remove a board
put
https://localhost:16009/api/v1
/board/{id}
Modify a board
get
https://localhost:16009/api/v1
/board/{id}/devices
Get basic information about all the devices for a venue.
get
https://localhost:16009/api/v1
/board/{id}/timepoints
retrieve board data for a given time period.
delete
https://localhost:16009/api/v1
/board/{id}/timepoints
delete board data for a given time period.
get
https://localhost:16009/api/v1
/iptocountry
Get the country code for an IP address
get
https://localhost:16009/api/v1
/wifiClientHistory
Retrieve WiFi client history for debugging purpose
get
https://localhost:16009/api/v1
/wifiClientHistory/{client}
Retrieve WiFi client history for debugging purpose
delete
https://localhost:16009/api/v1
/wifiClientHistory/{client}
Retrieve WiFi client history for debugging purpose
get
https://localhost:16009/api/v1
/system
Retrieve different values from the running service.
post
https://localhost:16009/api/v1
/system
Perform some system wide commands.
Last modified 4mo ago