Get quiz override for student

Jump to solution
srg25
Community Participant

Hello, 

I'm researching a way to get a quiz assignment override for a certain user through the quiz APIs.  I'm trying to use the 

get /v1/courses/{course_id}/quizzes/assignment_overrides

API endpoint.  When looking through the data, I see the dates that I set up for this override but I don't see the user id for the student that I assigned to this override.  Does anybody know where I can get that user id for this override?  Or if they have done this already, share your experience on solving this issue.

Thank you,

Shawn Geller

Labels (2)
0 Likes
1 Solution
chriscas
Community Coach
Community Coach

Hi @srg25,

It looks to me like those quiz endpoints return data that applies to the user calling the API, so you'd need to be active as a specific user to get their individual override info using those calls.  The more generic Assignment Overrides API may be the endpoint you want to use instead, as it does return the overrides with a list of users, groups, and./or sections the override applies to (example test screenshot shown here).

Screenshot 2024-12-03 103712.png

-Chris

View solution in original post

0 Likes