Add observer-student relationship to Canvas Data
Status:
Completed
Submitted by
tom_likes_wine
on
06-01-2020
11:00 AM
In Canvas Data's schema, the enrollment_dim file shows the type of an enrollment, but for ObserverEnrollment type roles where a link to another user is implied, there is no link to the student user.
We use the observer role extensively, and need to group students by their observer for our reporting.
This data is available through the REST API on the enrollments endpoint, but I don't particularly want to have to mix and match Canvas Data with REST API calls to do monthly/historic reporting.
// The unique id of the associated user. Will be null unless type is // ObserverEnrollment. "associated_user_id": null,
This issue was raised by someone else in 2017 and apparently a ticket was created but I can't see anything in the community or release notes, and the data is still not available.
This idea has been developed and deployed to Canvas |
6 Comments