Skip to content

Obtain Graph Dates

erlstanleylee edited this page Jun 3, 2021 · 1 revision

Obtain Graph Dates

Returns the dates for which there is data within the database.

Path: /api/graphDates

Output

Field Description
dates An array of ISO strings representing the dates for which there is data

Output Example { dates: ['2021-05-15T07:00:00.000Z', '2021-05-16T07:00:00.000Z'] }

Clone this wiki locally