Referencia de APITasks / Board Task
Get Board Task schedules
← Back to full API reference
GET
/v1/tasks/board-task/schedulesAuth 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 |
| date | Yes | Inferred from req.query.date |
Default payloads
Path params
json
{}Query
json
{
"boardId": "string",
"date": "string"
}Sample response
json
"<schedulesWithRegistrations>"