Bridge Training
APIThemesIdBoards

Get boards linked to a theme

GET
/api/themes/{id}/boards

Path Parameters

id*string

Theme ID

Formatuuid

Response Body

application/json

curl -X GET "https://loading/api/themes/497f6eca-6276-4993-bfeb-53cbbbba6f08/boards"
[
  {
    "boardId": "a654038e-9287-48a2-acfd-90b8cfa8b1f4",
    "boardName": "string"
  }
]