8 years ago
API Results for when there is "No Data"
I discovered that when making REST API calls if there is no data available for the period requested, then the output is blank as in nothing. This should be revised to No Data, or some other value to indicate. Especially when requesting data in a CSV format - there should at least be the correct number of ',' in the output to - if there are 5 rows of no data in the output, it should result in ',,,,' or 'no data,no data,no data,no data,no data' as the output.