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

You can get a particular employee by their internal ID. http://127.0.0.1:8000/data-sub/api/employee/1/?format=json

Employee Contract Information

Clone this wiki locally