Attempting to pull class data for students. Am I doing this right?
I pulled “/schedules/meetings” for offering type of 1. Then I used that to pull "/academics/sections/{{section_id}}/students" for each section. I only seemed to get 1 student which might be a coding error though I assume they should all be in “value” as an array. I will double check that.
Mostly wondering if this is the correct approach or is there a better way. The goal is to pull in the date, room, teachers, and students for all classes on a specific day.
Comments
-
@Evan Cox - The sequence you describe is what I do.
The calls to /academics/sections/{{section_id}}/students should return all students in the section. Have you tested the call with the Try it button in the API Reference page? This page also shows you the JSON format used to send the data.
When you enter a valid section number there, you should get the full roster of students. Does the count field there match what you get when you make the call directly?
You said that you are getting only one student per call. Is that student enrolled in the section?
0 -
@Brian Gray
I see now what I was doing wrong. I had looped through ["values"] and basically only saved the last student.
Thanks for the confirmation though!0 -
@Evan Cox Hi Evan! Just wanted to let you know I moved this discussion thread from the general section of SKY Dev
to the sub-section specific to schools at
Nothing is wrong. I just wanted to put it with the other school ones.0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) 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
- 793 Community News
- 2.9K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

