Gestiono
Referencia de APITasks / Board Task

Get Board Task schedules

← Back to full API reference
GET/v1/tasks/board-task/schedulesAuth required

Board task endpoints are used to create, update, and organize tasks across boards and columns.

Request details

Query params

FieldRequiredDescription
boardIdYesInferred from req.query.boardId
dateYesInferred from req.query.date

Default payloads

Path params

json
{}

Query

json
{
  "boardId": "string",
  "date": "string"
}

Sample response

json
"<schedulesWithRegistrations>"