Bug - All grade_levels have ID 0 - SKY /school/v1/users/employment

@Todd DeSchuiteneer I'm hitting what looks like a bug in /school/v1/users/employment. All grade levels have ID 0. Tried this with 3 schools so far and am getting the same for all.

Example:

GET https://api.sky.blackbaud.com/school/v1/users/employment?base_role_ids=1

Response:

[

{

...

"grade_levels": [

{

"id": 0,

"description": "1st Grade"

},

{

"id": 0,

"description": "2nd Grade"

},

{

"id": 0,

"description": "6th Grade"

},

{

"id": 0,

"description": "7th Grade"

},

{

"id": 0,

"description": "8th Grade"

}

],

...

},

...

]

Comments

  • Todd DeSchuiteneer
    Todd DeSchuiteneer Blackbaud Employee
    Tenth Anniversary Kudos 3 Name Dropper Participant

    Thanks @Eric Eskildsen, I'm creating a defect on our existing case to report this for us. I have also been in contact with our development team on the issue already so they are aware.

Categories