Notifications
Documentation for Notification Control in the Map API
Please work with the assumption that the requests
and json
python libraries have been imported for all examples below
Get Requests
The Gateway Notification System allows for two ways to get notification data
/api/v0?get=todo
Gets a list of todo items from the API
/api/v0?get=warning
Post Requests
The Gateway Notification System allows for certain ways to set notification data. This can be done with either the Client-Side Helper Functions or in a standalone manner.
Update Todo
Update Warning
Last updated