About
mmdones
Michael Dones
Rank:
Community Member
Title:
Joined:
Feb 27, 2020 8:24:03 AM
Posts:
8
Solutions:
0
Likes Received:
1
Bio:
An amazing Instructure Community member
Most Liked Posts
@rexj if are you not able to get it working after the Developer group meeting maybe we can set up a zoom call Friday or early next week. I am in CST as well, just let me know. thanks
After some testing, I found that the script appears to complete correctly, but the tsv file is empty.
Are you able to print anything to the TSV? Can you try:
print(repsonse.text) or print(response.h...
I am only asked to run this script on occasions when a team lead or provost asks for the information, which happens once or twice a semester. As long as the start and end date encompass they range the...
1. Yes, the user.csv is just in a folder called "users_page". You can point to any file location. If you are using the file path address (C:\Users\......\users_page\user.csv), I have found tha...
The link I am generating is has as_user_id= instead of as_user_id:[user_id}
so the request url would be:
https://[domain].instructure.com/api/v1/users/[user_id]/page_views?start_time=2025-03-...
Most Recent Posts
@rexj if are you not able to get it working after the Developer group meeting maybe we can set up a zoom call Friday or early next week. I am in CST as well, just let me know. thanks
After some testing, I found that the script appears to complete correctly, but the tsv file is empty.
Are you able to print anything to the TSV? Can you try:
print(repsonse.text) or print(response.h...
I am only asked to run this script on occasions when a team lead or provost asks for the information, which happens once or twice a semester. As long as the start and end date encompass they range the...
1. Yes, the user.csv is just in a folder called "users_page". You can point to any file location. If you are using the file path address (C:\Users\......\users_page\user.csv), I have found tha...
The link I am generating is has as_user_id= instead of as_user_id:[user_id}
so the request url would be:
https://[domain].instructure.com/api/v1/users/[user_id]/page_views?start_time=2025-03-...
Latest Badges

First Like Received
2025-05-08

5 Logins Completed
2025-05-02

5 Replies Posted
2025-04-30

First Solution Provided
2025-04-25