Bridge Training
APIVotingBoardid

Get vote for a specific board

GET
/api/voting/{boardId}

Path Parameters

boardId*string

Board ID

Formatuuid

Response Body

application/json

curl -X GET "https://loading/api/voting/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "vote": "up"
}