Comment on page
Data Analysis
The Data analysis scope is currently in Beta.
This API is currently in Beta. If you would like to make suggestions for this API, please contact a MOTAR customer support representative.
This API routes are for teacher (instructor) users. Using these endpoints as a student user will likely not return any data.
Reminder: if you are using an app/client ID in sandbox, you must use
sandbox.motar.io
as the endpoint for your requests. Requests to api.motar.io
with a sandbox client ID will fail!These routes all require the "data analysis" scope to be registered for the app you are making requests from. This scope requires special permission from MOTAR administrators.
get
https://api.motar.io
/edu/v1/teacher/courses
Get teacher courses
get
https://api.motar.io
/edu/v1/teacher/classes
Get teacher classes
get
https://api.motar.io
/edu/v1/teacher/students
Get students in a class or course
get
https://api.motar.io
/edu/v1/teacher/student/results
Get student lesson attempts
Last modified 9mo ago