This API allows authenticated users to retrieve all grades for a specific board.
How to Use:
GET /ai/v1/board/{board_id}/grades
with the required board’s id
to get the list of all grades for that board.id
of the required grade in lesson plans or any other feature that needs a grade reference.Example Scenario: A teacher wants to create or view a lesson plan for a specific grade within a board: - First, they call the boards API to list all boards and find the required board’s id
. - Then, they call this API to list all grades for that board and find the required grade’s id
. - Finally, they use that grade id
in the lesson plan API or anywhere else in the system where a grade reference is needed.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the board.
A list of grades for the specified board.
The response is of type object[]
.