You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Looking at the grades for COMPSCI 121, we can see data for sections with Krone-Martins and Gago-Masague with their instructor names listed as "KRONE MARTINS, A." and "GAGO MASAGUE, S.". If you try to request raw grade data for each instructor though using those exact strings, you get a syntax error.
{"timestamp":"Sun, 12 Mar 2023 22:46:58 GMT","status":400,"error":"Bad Request: Invalid syntax in parameters","message":"Invalid syntax found in parameters. Exception occurred at 'KRONE MARTINS, A.' in the [instructor] query value"}
Looking at the grades for COMPSCI 121, we can see data for sections with Krone-Martins and Gago-Masague with their instructor names listed as "KRONE MARTINS, A." and "GAGO MASAGUE, S.". If you try to request raw grade data for each instructor though using those exact strings, you get a syntax error.
Example:
Request to /grades/raw?instructor=KRONE%20MARTINS,%20A.
Response:
Making a request to /grades/raw?instructor=KRONE-MARTINS,%20A. doesn't work either and returns an empty array.
The text was updated successfully, but these errors were encountered: