If you want to show some of the section of the Indoor Tracking Dashboard inside your web application (without having to call the Accuware API) using HTML <iframe> or similar then you can call the URL of the Indoor Tracking Dashboard and supply the call with some parameters
URL
https://dashboard-v1.its.stura.io/{section}?{parameters}
Sections
The sections of the Indoor Tracking Dashboard are visible in the top bar of your browser during the usage of the Indoor Tracking Dashboard. Here an example:
Parameters
This is the list of parameters supported that can be provided separated by the character “&”:
- logo: load a custom logo through an URL. If special characters are inside the URL, please encode them (e.g. logo=https://indoortracking.com/support/wp-content/uploads/2015/08/accuware-support-logo.png).
- username: the username used to log into our Indoor Tracking Dashboard (e.g. username=demo@accuware.com).
- password: the password used to log into our Indoor Tracking Dashboard (e.g. password=12345678). If your password is still the default empty password then there is no need to specify this parameter.
- siteId: the siteId of interest (e.g. siteId=1001).
- disableMenu=true: used to hide the menu on the left and the header on the top of the Indoor Tracking Dashboard.
All the parameters above are independent, meaning you can use some of them or all together.
[stextbox id=’grey’]
Example
Here is an example of URL to be called in order to see the Wearabouts > Map section of the Indoor Tracking Dashboard for site 1001 that can be accessed using the demo credentials (username “demo@accuware.com” and no password):
https://dashboard-v1.its.stura.io/#wearabouts/map?username=demo@accuware.com&siteId=1001&disableMenu=true