SKY API is pulling student roster from all school branches

Is there a way to restrict the roster to a specific branch of the school if the school has multiple branches.

Comments

  • Jared Harbour
    Jared Harbour Blackbaud Employee
    Eighth Anniversary Kudos 1 Name Dropper Participant

    Hi! What API call are you making to get the student roster? The only call with the word “roster” used to describe it is the athletic roster API call, but I imagine that isn't what you're talking about.

    Are you getting a full list of students by calling user extended and sending in the base_role_id for students? If that's the case that call doesn't limit by school level, but the school level of each student is returned as part of the data. You could filter the data on that and split the list into school levels.

Categories