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