Export Table View
POST/board/:boardId/table/:tableId/export
Render a table view to the chosen format (CSV / XLSX / JSON / MARKDOWN / HTML / PDF / ZIP / ICS). Mirrors the GraphQL exportTableView mutation. Small text/spreadsheet renders return inline; large renders plus PDF/ZIP are queued through the async pipeline and return an asyncJob snapshot.
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 500
Default Response
Default Response
Default Response
Unauthorized - Authentication is required
Default Response
Default Response
Internal Server Error - Something went wrong on the server