...
Returns all available time periods.
Query parameters:
indicatorTypeID - Indicator type ID, e.g. standard or outcome indicator type. If passed will show time periods containing data of the given type (optional)
Code Block | ||
---|---|---|
| ||
{ "timePeriodList": [ { "EndDate": "Tue, 31 Mar 2020 00:00:00 GMT", "StartDate": "Mon, 01 Jan 1900 00:00:00 GMT", "TimePeriodID": 1, "TimePeriodName": "To March 2020" }, { "EndDate": "Sat, 31 Dec 2022 00:00:00 GMT", "StartDate": "Mon, 01 Jan 1900 00:00:00 GMT", "TimePeriodID": 9, "TimePeriodName": "To December 2022" }, ... ] } |
...