Get Latest Report Date
Description: Provides the latest date for which the performance reports have been processed and can be accessed.
URL: GET/api/v1/latestReportDate
Query Parameters
No specific request parameters should be required to retrieve the latest report date.
Response
Element | Description | Type |
---|---|---|
latestReportDate | Get the latest date for which reports are available. The format is yyyy-MM-dd | date |
Sample Response
[ { "latestReportDate": "2020-03-02" }
]
Updated 4 months ago