@Stephen Boyle would it be possible to add an additional filter to the Rosters APIs where a developer can filter on the status? It appears the APIs be default only return “enrolled” students and we need to be able to capture the “dropped” students as well.
We're implementing a quick way for teacher/coaches to take quick attendance for a class meeting on our mobile app. I just need to report PRESENT | TARDY | ABSENT, the basic statuses teachers normally get in the web tools. This endpoint below seems the way to do it per section: POST…
We now have the list of assignments and assignment status for each student in our app, but the next logical question I get from schools is.. "Can we see the grades too??" This endpoint gets us the information we need: Academics graded assignments for student However it requires a marking_period_id It was not clear what…
Hello everyone, I’m starting to work on the Education Management side of things and using the API to pull users by role: API Reference. So far, I’ve been successful in fetching all students using the student role. However, I noticed the documentation mentions a UserRead collection. Does this need to be enabled in some way…
Having an issue with posting decimal number scores to /results. When retrieving the result later, the number is an approximation of the original score. Steps to reproduce: Post result with score 102.7. Get result. Expected result: Score is 102.7. Actual result: Score is 102.69999694824219. @Todd DeSchuiteneer, just a heads…
The Get Courses API is missing several fields in the response body that are available in the UI. I think it would be helpful to expand the response to include the following fields: From the Course Details section: 1. Sort Order 2. Publish to website From the Settings section: 1. Print on report card 2. Print on transcript…
When posting to /lineItems, the API converts due dates incorrectly if their UTC offset is specified with +00:00 rather than Z. Steps to reproduce: Post a line item with the due date 2025-10-05T21:00:00+00:00. Expected behavior: Blackbaud creates a gradebook assignment with a due time of 9 PM UTC (21:00:00Z). Actual…
I need to pull rubric assessments from assignments. I don't see an API endpoint that gives access to this information, but I'm new to the API so I may be missing something. The use case is we have a requirement for teachers to assess each student with a course specific rubric at the end of each unit. We want to be able to…
I'm trying to set up OneRoster integration within my cohort environment, but I can't seem to get it to work. Currently, I'm using the sky developer cohort environment for testing, however, some of the endpoints don't seem to return any data. I followed the instructions here:…
@Todd DeSchuiteneer , we're seeing an issue with /v1/athletics/rosters. A coach is marked "head" in MySchoolApp, but "is_head" is "false" for them in the API response. Could the team take a look? ✅ CORRECT: MySchoolApp management page Coach Coach Type Head Coach ✅ Adam Anderson ✅ Coach ✅ Yes ✅ Brooke Brown ✅ Athletic…
It looks like you're new here. Sign in or register to get started.