How do I access all section types in the School API in addition to Academic sections such as advisory?
When pulling data from Blackbaud I am able to get the Section data if they are the offering type labeled 'academics' from the following GET commands:
The issue is I can not find the sections that are not the offering type of Academics.
We would like to pull section data that includes all types of sections such as Advisory and Athletics. The list of offering types is also attached.
- Student list (single section)
- Section List (single teacher)
- Student list (single section)
The issue is I can not find the sections that are not the offering type of Academics.
We would like to pull section data that includes all types of sections such as Advisory and Athletics. The list of offering types is also attached.
0
Comments
-
My solution for this was to create a Managed List that gave me the information I needed (including the group ID) and then read the list through the Legacy List endpoint.
0 -
How do you create a Manage List?0
-
There is more than one way to get there, but under Core click Analysis and then Manage Lists:

There you can create an Advanced List that can be used with an API endpoint:
After you've created an Advanced List you can hover your mouse over the Run button and in the status bar below in your browser you will something like this:
The number listed with "slid=" is a list that be called via API. It will bring everything in the query over in JSON format. Your call will look something like this:
https://{school}.myschoolapp.com/api/list/[listID]?t={token}
Thanks.
Boyd
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 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®
- 648 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
- 782 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)


