Finding Pagination Link on Academics assignments for student Endpoint

Hi everyone, I'm trying to pull all a student's assignments through the Academics assignments for student endpoint. For me, the results cap around 90 assignments across all sections. I know there are more, but I can't find the next_link or another way to pull the next set of assignments. Is there a way I can request the unreturned assignments ? Please kindly just let me know, thank you.

Currently, I get around this by specifying a shorter date range, and then querying multiple times.

Comments

  • Stephen Boyle
    Stephen Boyle Blackbaud Employee
    Tenth Anniversary Kudos 5 Name Dropper Participant

    @Champion AI
    I'm not sure if this explains the reduced result set, but the endpoint limits results to 31 days if no end date is specified.

    If that doesn't explain the discrepancy, then let Support know and we will take a look.

  • Hi @Stephen Boyle, understood. Also, I specify the start and end dates to be longer than a month, from the start of the year until now.

    Thank you so much !

  • @Stephen Boyle I just wanted to ask, I reached out to support and they pointed towards documentation and the community. If you do have the time, I'm just hoping to ask if I reached out correctly ? I just wanted to double check. Thank you so much, I really appreciate your help.

  • Stephen Boyle
    Stephen Boyle Blackbaud Employee
    Tenth Anniversary Kudos 5 Name Dropper Participant

    @Champion AI
    Sorry, I should have been more precise and accurate. It was a mistake to include the “if no end date is specified.” part.

    The max number of days returned is 31 - measured from the specified start day. It's a hard limit that applies even if the end date is specified for more than 31 days after the start date. The results will just stop at 31 days worth of data.

    The intent was that this would limit the amount of data in the response instead of requiring pagination.