Specifics about start_time and end_time on PageView endpoint

Jump to solution
WillKP
Community Member

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!

Labels (1)
0 Likes
1 Solution
chriscas
Community Coach
Community Coach

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

View solution in original post