Create Board
POST /v1/tasks/board • validated by `postBoard`
← Back to full API referencePOST/v1/tasks/boardAuthentication required
- Validated by Zod schema: postBoard.
Request details
Path params
No path parameters for this endpoint.
Query params
No explicit query schema was captured for this endpoint.
Default payloads
Body
{
"name": "string",
"divisionId": 1,
"type": "custom"
}
Sample response
{
"boardId": "<boardId>"
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
POST/v1/tasks/boardAuthentication required
Group: Tasks / Board
POST /v1/tasks/board • validated by `postBoard`
- Validated by Zod schema: postBoard.
Body fields
- namerequired
Type: string
- divisionIdrequired
Type: number
- description
Type: string
- typerequired
Type: enum
Ejemplo: custom
- columns
Type: array
Ejemplo:
- columns[]required
Type: object
- columns[].namerequired
Type: string
- columns[].maxTasks
Type: number
- columns[].systemState
Type: string
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.