Gestiono
Referencia de APITasks / Board Task

Get Board Task user

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

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

Request details

Query params

FieldRequiredDescription
assigneeYesInferred from req.query.assignee
systemStateYesInferred from req.query.systemState
boardIdYesInferred from req.query.boardId

Default payloads

Path params

json
{}

Query

json
{
  "assignee": "string",
  "systemState": "string",
  "boardId": "string"
}

Sample response

json
"<result>"