Gestiono
Referencia de APITasks / Board

Get Board shared by shareid data

← Back to full API reference
GET/v1/tasks/board/shared/:shareId/dataPublic
  • This endpoint can be called without an authenticated session.

Request details

Path params

FieldRequiredDescription
shareIdYesRequired path parameter.

Default payloads

Path params

json
{
  "shareId": 1
}

Query

json
{}

Sample response

json
{
  "board": "<board>",
  "columns": "<columns>",
  "tasks": "<allTasks>"
}