Retrieving All Assignments From Endpoint: Pagination Question

Hello everyone, just for context, I'm working with assignments data and the Academics Assignment For Student, Academics Graded Assignments For Student, and Academics Assignments By Section endpoints. I'd like to make sure I'm retrieving all possible assignments for a student. Since there seem to be too many assignments for one request, I filter one week's worth of assignments at a time and then combine the results together. I was just wondering if this is the best way to gather all the assignments in one place, or whether there's a better alternative ? I understand there's a pagination option ?

Also, just a side question, sometimes narrowing the date range returns more results. I'm just curious to learn why that is and to make sure I don't miss anything.

Thank you so much for your time, I really appreciate it.

Categories