hasCsvData
Namespace: | (default namespace) |
XML Schema: | api.xsd |
HasCSVData represents a csv url containing the time-series data. Usually one of the following is being used:
- chartData: for charting time-series data.
JSON Example
{
"csvUrl": "matelive/data/report/47_26_20140812T222050/1293100669_1414448866634.csv",
"dataUrl": null
}
JSON
property | type | description |
---|---|---|
csv | csv (string) |
The csv url. Example: matelive/data/report/47_26_20140812T222050/1293100669_1414448866634.csv |
dataCsv | dataCsv (string) |