📄️ POST /cards
Read the POST /cards REST route API for DHTMLX Kanban. Learn how to create a new card and return its new ID.
📄️ POST /cards/{id}/comments
Read the POST /cards/{cardId}/comments REST route API for DHTMLX Kanban. Learn how to add a new comment to a card and return the new comment ID.
📄️ POST /cards/{id}/vote
Read the POST /cards/{cardId}/vote REST route API for DHTMLX Kanban. Learn how to add a vote to a card and return the voting user ID.
📄️ POST /rows
Read the POST /rows REST route API for DHTMLX Kanban. Learn how to create a new row and return its ID.
📄️ POST /columns
Read the POST /columns REST route API for DHTMLX Kanban. Learn how to create a new column and return its ID.
📄️ POST /links
Read the POST /links REST route API for DHTMLX Kanban. Learn how to create a new link and return its new ID.
📄️ POST /uploads
Read the POST /uploads REST route API for DHTMLX Kanban. Learn how to upload a binary file and return its ID, name, and URL.