Activity Feed
- Posted What is last_activity_at enrollments API response? on Canvas Developers Group. 10-27-2022 10:47 AM
- Posted Re: Page views api endpoint returns empty array for all users on Canvas Developers Group. 08-31-2022 10:48 AM
- Posted Page views api endpoint returns empty array for all users on Canvas Developers Group. 08-29-2022 07:46 AM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
What is last_activity_at enrollments API response? Hi can someone tell me more about the field "last_activity_at" that is a part of the API response for enrollments. // The last activity time of the user for the enrollment, in ISO8601 format. ... |
10-27-2022 |
301 |
0 |
Page views api endpoint returns empty array for all users I am trying to retrieve page view information from the canvas API. For Example: {{domain}}/api/v1/users/1/page_views This request returns a 200 status but the response is an empty arra... |
08-29-2022 |
594 |
0 |
10-27-2022
10:47 AM
Hi can someone tell me more about the field "last_activity_at" that is a part of the API response for enrollments. // The last activity time of the user for the enrollment, in ISO8601 format. "last_activity_at": "2012-04-18T23:08:51Z", https://canvas.instructure.com/doc/api/enrollments.html What counts as an activity? Does a login count as an activity? Viewing a page in the course? Or is it more specific like submitting an assignment or posting on a discussion? Thanks!
... View more
Labels
- Labels:
-
Canvas
-
Canvas Data
08-31-2022
10:48 AM
Yes the instance I am working with is self-hosted on AWS.
... View more
08-29-2022
07:46 AM
I am trying to retrieve page view information from the canvas API. For Example: {{domain}}/api/v1/users/1/page_views This request returns a 200 status but the response is an empty array `[]` Is there some sort of setting I must activate in order for canvas to start collecting page views? Or perhaps a plugin of some kind that needs to be installed? Thanks.
... View more
Labels
- Labels:
-
Canvas