# Get a list of the current user's grades **GET /Api/Grades** Requires verified email; Requires one of the following permissions: School.IndexGrades; Requires the following features to be enabled: School ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Query parameters - **Filters** (string) - **Sorts** (string) - **Page** (integer(int32)) - **PageSize** (integer(int32)) ## Responses ### 200 Success #### Body: application/json (array[object]) - **subject** (string | null) - **grades** (array[object] | null) - **Additional properties are NOT allowed** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)