Bridge Training
APIVoting

List all votes for the current user

GET
/api/voting

Response Body

application/json

curl -X GET "https://loading/api/voting"
[
  {
    "boardId": "a654038e-9287-48a2-acfd-90b8cfa8b1f4",
    "vote": "up",
    "createdAt": "string",
    "updatedAt": "string"
  }
]