T&D WebStorage Service API Bug Fix (Data Reception in CSV Format)

Apps/Software/Firmware Apr 24, 2024

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

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.

Date of Correction

April 24, 2024 at 7:00 (UTC+0)

Back to News Top
Page Top