All dates in the API are returned in UTC using ISO-8601 (e.g. 2020-01-02T15:04:05Z).
For convenience, time is not required (i.e. date format YYYY-MM-DD
)when using:
startDate
andendDate
inGET
endpoints- Date values in
POST
orPUT
endpoints.
All dates in the API are returned in UTC using ISO-8601 (e.g. 2020-01-02T15:04:05Z).
For convenience, time is not required (i.e. date format YYYY-MM-DD
)when using:
startDate
and endDate
in GET
endpoints POST
or PUT
endpoints.