Skip to content

Getting Data from the Database

eamonnmag edited this page Sep 17, 2014 · 42 revisions

All data in the database can be retrieved from the API as JSON. In fact, all the visualizations are driven by the very same APIs (especially for aggregate information).

Login information

You can get all logins from the system via this URL

Device information

Communication information

Employee Information

  • Get all employees in the system with their resource id (this is then referenced when you are pushing information back to the database for the detection model).

http://127.0.0.1:8000/data-sub/api/employee/?format=json

Employee Contract Information

Clone this wiki locally