Quizzes Assigned to Select Users

info33
Community Novice

We currently have an LTI in place in which we request a list of Quizzes in a course. We request quizzes via

GET /api/v1/courses/:course_id/quizzes

In scenarios where a quiz is only assigned to select students , the quiz is not being received. This process is outlined in Canvas guides at (How do I assign an assignment to an individual student or course section?).

The only quizzes being communicated are quizzes that are assigned to everyone.

Am I missing something in the API that would allow us to receive all quizzes, regardless of who it is or is not assigned to?