[ARCHIVED] How to read data from an Assignments object?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2020
05:35 PM
So at this link: https://canvas.instructure.com/doc/api/assignments.html#method.assignments_api.index
If you scroll down to where it says "An Assignment object looks like:", it looks like the Assignment object is a dictionary that's used to store data like names and due dates. How can I actually read the due date off of the object, because if I just say assignment["due_at"] to read it like a dictionary, it's a syntax error.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.