Canvas API showing most of my classes as hidden because of date incorrectly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024
07:39 AM
Ok so when I make a GET request for a list of all classes I'm in, I get a list of about 10 classes and only 1 of them is actually visible (I'm currently in 5 classes that should be visible). The weird part is that if a make an GET request to get my TODO list, it turns up the assignments from the classes that are hidden. In that request it includes the class ID, if I try a GET request to that class ID, I get a 404.
This seems like a bug, can anyone help?