fromDate/toDate query param timestamp format

We're attempting to query the `getUserHistory` endpoint, and the documentation for the `fromDate` and `toDate` query params seems incorrect/misleading. For instance, for fromDate the doc is: "Format - date-time (as date-time in RFC3339). Parameter responsible for filtering data by time range start in format "MM/dd/yyyy"." AFAIK, "MM/dd/yyyy" is not valid RFC3339, nor a date-time (no time). The API only seems to accept the month-day-year in the given format. Is this intended? Can we get confirmation that the smallest time span that can be queried is one day?

Comments

  •  
    A follow-up question: neither the from/toDate params or the timestamps returned in responses carry a time zone. Should we assume a given timezone? Which one?
    Posted by Hidden Wed, 02 Jan 2019 21:41:53 GMT


You're not signed in. Please sign-in to report an issue or post a comment.