T&D WebStorage Service API Bug Fix (Data Reception in CSV Format)
We have made the following change in the Open API for T&D WebStorage Service.
Explanation of Problem
If "type=csv" was specified in the Request Parameter to receive graph data in CSV format, element values different from the Response Example described in the API document were returned, and the returned elements were not recognized as CSV format when saved to a file.
Affected APIs
- Get Latest Data (300 most recent readings) [RTR500BW/RTR500BM]
https://webstorage-service.com/docs/api/reference/devices_latest-data_rtr500.html - Get Data by Specific Period and Number [RTR500BW/RTR500BM]
https://webstorage-service.com/docs/api/reference/devices_data_rtr500.html
Modification Details
By specifying "type=csv2" in the Request Parameter, users can get the correct response in CSV format.
Note that if you keep using "type=csv", which returns a response with an incorrect format, support for this parameter will be discontinued on November 1, 2024. Therefore please make sure that your program works with "type=csv2" before the end of support.
Note:
Due to the introduction of the new parameter "type=csv2", support for "type=csv" will be discontinued on November 1, 2024 for the following APIs as well. Please ensure that your program works with "type=csv2" before the end of support.
- Get Latest Data (300 most recent readings) [TR7A, TR-7wb/nw/wf, TR4A, TR32B]
https://webstorage-service.com/docs/api/reference/devices_latest-data.html - Get Data by Specific Period and Number [TR7A, TR-7wb/nw/wf, TR4A, TR32B]
https://webstorage-service.com/docs/api/reference/devices_data.html
Date of Correction
April 24, 2024 at 7:00 (UTC+0)