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