Gestiono
Referencia de APITasks / Board Task

Get Board Task

← Back to full API reference
GET/v1/tasks/board-taskAuth 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
parentIdYesInferred from req.query.parentId

Default payloads

Path params

json
{}

Query

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

Sample response

json
"<result>"