Specifics about start_time and end_time on PageView endpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2022
02:20 PM
The docs for the PageView api https://canvas.instructure.com/doc/api/users.html#method.page_views.index mention two params for the request start_time and end_time.
What format is it expecting?
What about timezone considerations?
Thanks!
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023
07:09 AM
Hi @WillKP,
I came across this unanswered question while doing. a cleanup of the community.
All Canvas API calls use the ISO8601 date/time format. You can find some info about this on the SIS Import Format Documentation - Canvas LMS REST API Documentation page.
Hope this helps, even though it's a late answer!
-Chris