@j_p_t_m_gelisse
It's not visible through the UI interface. However, you can achieve this in 2 ways
- Using built-in Enrolments Provisioning report
This report will list all student/teacher course enrolments, you can then use this list and simply do a VLOOKUP in Excel against your appointment booking list.
You can ask your admin to run this report for you from the account setting -> Reports -> Provisioning
This method is more advance in which you will need to write a program to request data from Canvas API (E.g. easiest is to write a VBA code in Excel).
First, you can get a list of registered students via this endpoint https://canvas.instructure.com/doc/api/appointment_groups.html#method.appointment_groups.groups , then iterate each student in the list to get enrolment data through this endpoint https://canvas.instructure.com/doc/api/enrollments.html#method.enrollments_api.index and display the data on the spreadsheet
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.