Trello Boards

Create and manage Trello boards and their settings

Integration Operations & Process Management Free ⭐ Featured ✓ Official

Requirements

The Boards API enables full management of Trello boards, which are the primary containers for organizing work. You can create, update, delete, and retrieve boards, as well as configure their settings including permissions, visibility, backgrounds, labels, and custom fields. This API also provides access to board members, lists, cards, and various board-level preferences.

Includes:

    1. GET /boards/{id}/memberships
- GET /boards/{id} - PUT /boards/{id} - DELETE /boards/{id} - GET /boards/{id}/{field} - GET /boards/{boardId}/actions - GET /boards/{boardId}/boardStars - GET /boards/{id}/checklists - GET /boards/{id}/cards - GET /boards/{id}/cards/{filter} - GET /boards/{id}/customFields - GET /boards/{id}/labels - POST /boards/{id}/labels - GET /boards/{id}/lists - POST /boards/{id}/lists - GET /boards/{id}/lists/{filter} - GET /boards/{id}/members - PUT /boards/{id}/members - PUT /boards/{id}/members/{idMember} - DELETE /boards/{id}/members/{idMember} - PUT /boards/{id}/memberships/{idMembership} - PUT /boards/{id}/myPrefs/emailPosition - PUT /boards/{id}/myPrefs/idEmailList - PUT /boards/{id}/myPrefs/showSidebar - PUT /boards/{id}/myPrefs/showSidebarActivity - PUT /boards/{id}/myPrefs/showSidebarBoardActions - PUT /boards/{id}/myPrefs/showSidebarMembers - POST /boards/ - POST /boards/{id}/calendarKey/generate - POST /boards/{id}/emailKey/generate - POST /boards/{id}/idTags - POST /boards/{id}/markedAsViewed - GET /boards/{id}/boardPlugins - POST /boards/{id}/boardPlugins - DELETE /boards/{id}/boardPlugins/{idPlugin} - GET /boards/{id}/plugins

Tags: