Problems with "Get Schedules Meetings" data

I have been working with "Get Schedules meetings" in the School API (V1SchedulesMeetingsGet). I found a couple of inconsistencies in the data returned.

For an academic class, in the "teachers[]" array, the value for "head" is never set to true. I can see which teacher is the head teacher by looking at "faculty_user_id". (Even if the section has a single teacher, the "head" field should be true for that teacher.) The "head" field should either be set to the correct value or removed from the data returned.

For advisory sections, the "teachers[]" array is always empty. The head advisor is identified in the "faculty_user_id" field, but other advisors assigned to the section are not included in the returned data (as they are for academic classes). All advisors assigned to a section should be reported in the "teachers[]" array.

Comments

Categories