Referencia de APITasks / Board
Get Board shared by shareid data
← Back to full API reference
GET
/v1/tasks/board/shared/:shareId/dataPublic- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| shareId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"shareId": 1
}Query
json
{}Sample response
json
{
"board": "<board>",
"columns": "<columns>",
"tasks": "<allTasks>"
}