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