api call to CORE Advanced List

One call to a particular list (re future enrolment), frequently stops returning data; e.g., returns 500 or so rows of student data instead of the 1808 rows that is the length of the adv. list. Any idea why?

Thank you,

Brian

Comments

  • Ashley Moose
    Ashley Moose Blackbaud Employee
    Eighth Anniversary Kudos 5 First Reply Name Dropper

    @Brian Pugh Are you using the GET List Single endpoint? If so, you should be able to use the page parameter to move to the next set of results. i.e. first call returns 500 and page is set to 0, second call returns 500 with page set to 1, and so forth until you've gone through all results.

  • Lauren Henderson
    Lauren Henderson Community All-Star
    Kudos 5 Fourth Anniversary February 2026 Monthly Challenge bbcon 2025 Attendee Badge

    @Brian Pugh Do you pull other Advanced lists, and this is the only one that is giving you problems? How are you making the calls?

Categories