New GET Advanced Lists endpoint
Developers,
We just introduced a new Advanced List endpoint to the School API, which is designed to eventually replace the existing Legacy List endpoint. While we have not yet determined a deprecation date for the existing endpoint, I would encourage you give the new endpoint a try.
This new endpoint is optimized for performance and introduces a paging mechanism to prevent too much data from being returned in one call, thereby reducing error responses and removing unclear limitations on total rows returned. The page size is limited to 1000 rows, so you will need to cycle through the results using the new “page” parameter. The “count” field returned in the response represents the current page row count and should help to inform your paging logic.

Let us know how it works for you!
Thanks,
Evan
Comments
-
Hi Evan,
I gave this a spin on one of my advanced lists that pulls 43,000+ Ids. The count is always 1000 no matter what page number I send it. Is that correct or am I missing something? Is there supposed to be some sort of total record count or total page count returned so I know where I'm at in the paging and how far I have to go?
Jamie
1 -
Hi Jamie,
The count represents the current page row count, so seeing 1000 is expected in your case until page=43. I'd recommend that your logic loops through the page increments until count<1000. Hope that helps!
-Evan
2 -
@Evan York
Hi, we are facing some issues with the advanced lists, we currently are getting duplicate values between last records of the page 1 and first records on page 2, we have a .net application that loops to retrieve all the records from the endpoint looping by number of pages that the list contains. is there a way to retrieve in the response the “sort_token”?0
Categories
- All Categories
- 6 Blackbaud Community Help
- 210 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 649 Blackbaud Grantmaking™
- 567 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 783 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

