[ARCHIVED] Extract List of Observees from Canvas Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020
05:10 AM
Canvas API have
GET /api/v1/users/:user_id/observees
GET /api/v1/users/:user_id/observers
How do I get these information from Canvas Data Files? Canvas Data have the enrollment_dim.txt, which has the type = ObserverEnrollment. I believe that is to say the user_id is an observer. But it does not say which students the person is observing.