Referencia de APITasks / Board Task
Get Board Task
← Back to full API reference
GET
/v1/tasks/board-taskAuth requiredBoard task endpoints are used to create, update, and organize tasks across boards and columns.
Request details
Query params
| Field | Required | Description |
|---|---|---|
| boardId | Yes | Inferred from req.query.boardId |
| parentId | Yes | Inferred from req.query.parentId |
Default payloads
Path params
json
{}Query
json
{
"boardId": "string",
"parentId": "string"
}Sample response
json
"<result>"