Referencia de APITasks / Board
Create Board
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| name | Yes | Type: string |
| divisionId | Yes | Type: number |
| description | No | Type: string |
| type | Yes | Type: enumExample: custom |
| columns | No | Type: arrayExample: |
| columns[] | Yes | Type: object |
| columns[].name | Yes | Type: string |
| columns[].maxTasks | No | Type: number |
| columns[].systemState | No | Type: string |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"name": "string",
"divisionId": 1,
"type": "custom"
}Sample response
json
{
"boardId": "<boardId>"
}