Additions to the Get Academic Courses API
We utilize the Get Academic Courses API for several integrations. Recently, I discovered there is a gap on how to pull the minimum, maximum and target sections and class sizes for each course. Would anyone else find it helpful to include these data in the API?

@Stephen Boyle maybe one that can be evaluated at some point? To full fill the gap for now, we had to create two SKY lists (due to the school level filter being a required field), use a PowerAutomate job to pull the data down, and using our ETL tool to union the data together, execute lookups in our Data Warehouse against other ODS tables that are populated by several APIs to build a complete dataset. The SKY list doesn't have everything and the API is only missing this data.
Thanks for considering as always!
Comments
-
@Lindsey Bryant
The section and student data has been added to the courses endpoint, along with department and grade level info."grade_levels": [{
"id": 1506,
"active": true,
"description": "12th Grade",
"abbreviation": "12",
"name": "12th Grade",
"promote_to_code": 2
}],
"schedule_settings": {
"min_sections": 1,
"target_sections": 1,
"max_sections": 1,
"min_students": 10,
"target_students": 15,
"max_students": 18
},
"departments": [{
"id": 123,
"level_description": "Upper School",
"name": "Math",
"is_academic": true,
"description": ""
}]1 -
@Stephen Boyle
Thank you! This will help us tremendously.0
Categories
- All Categories
- New YourCause Community TEST
- New SKY Community TEST
- New Grantmaking TEST Community
- New Altru Test Community
- New bbcon Community - TEST
- 12 Blackbaud Agents for Good™
- New Raiser's Edge NXT Community
- 7 Blackbaud Community Help
- 218 bbcon®
- 1.4K Blackbaud Altru®
- 409 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 361 Blackbaud eTapestry®
- 2.7K Blackbaud Financial Edge NXT®
- 680 Blackbaud Grantmaking™
- 598 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 952 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 85 JustGiving® from Blackbaud®
- 7K Blackbaud Raiser's Edge NXT®
- 3.9K SKY Developer
- 257 ResearchPoint™
- 123 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 247 Member Lounge (Just for Fun)
- 40 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) 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
- 822 Community News
- 3.1K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
