Hi,
Your api has helped me a lot, but I've been finding it difficult to access data histories. Is there a way to access the generation data of a specific day and generate with all the daily entries?
historyLastStartDate | new Date() | tomorrow | The start time for retrieving the history.
-- | -- | -- | --
historyLastEndDate | new Date() | yesterday | The end time for retrieving the history.
historyStart | Integer | 0 | The server does not send all data for the time range. With the starting index you get the next rows.
Yes, a page can be selected via the "history start" options.
Hi, Your api has helped me a lot, but I've been finding it difficult to access data histories. Is there a way to access the generation data of a specific day and generate with all the daily entries?