My Posts
Hey, community. I have a task where I'm trying to pull Canvas API data into Excel using the script editor. When testing the code out in VS Code, I'm a
Thanks for this. I'm looking it over now and it looks very promising!
As the title says, I am beginning to brainstorm the building of a report for courses that use the LTI tools that are embedded into our instance. I loo
@James , I think I figured it out. I created empty arrays, then appended my GET request data to go into the array. Problem solved. Thank you!!
Thanks for the insight on pagination, James. I only did 9999 to capture as much as I could, but realistically 100 would suffice. It was more of safety
Hey. I am trying to build JSON objects to work with down the line. However, I am running into an issue and am hoping I can get some help.
I am want
I feel so stupid. Thanks!
I have the print statements at the end just to check that the system is actually updated with that I told it. Adjusting y
I am trying to write a program for my team to update course start and end times through the API using Python. The end_at time isn't updating. What am
Thanks everyone for their help. I was able to get it solved, and am posting my updated code for anyone that may have the same issue in the future. Tur
So, in other words, I would have to convince my organization to allow CORS on the server that is hosting Canvas for my application to call to it?