cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/board \ --header 'Authorization: Bearer <token>'
{ "columns": {}, "column_meta": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
position
title
created_at
priority
asc
desc
Successful Response
Show child attributes