Dashboards can be used to display session data in graphs, grids and other dashboard widgets.
Dashboards when fetched via the API return a data record with the follow keys:
id
- a unique identifier for the dashboard in the Mobile Data Anywhere system.name
- The name of the dashboardxml_data
- The raw xml data used to save the dashboard.Example JSON object:
{
"id": 123
"name": "My Dashboard",
"xml_data": "<?xml version="1.0" encoding="UTF-8"?><Dashboard></Dashboard></?xml> ",
}
Param name | Description |
---|---|
id required |
The id of the dashboard. Validations:
|
Param name | Description |
---|---|
id required |
The id of the dashboard. Validations:
|
last_fetch_date required |
The date/time that this dashboard was last requested from the server. Validations:
|
Param name | Description |
---|---|
id required |
The id of the dashboard. Validations:
|
Param name | Description |
---|---|
id required |
The id of the dashboard. Validations:
|