GET - Boards
This API allows authenticated users to retrieve all boards.
How to Use:
- Call
GET /metadata/v1/boardto get the list of all boards and their uniqueidvalues. - Use the
idof 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.
List Boards