Optional
createdOptional
createdOptional
currentDescription of the board.
Optional
lastDate and time when the board was last opened by any user. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.
Optional
lastOptional
modifiedDate and time when the board was last modified. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.
Optional
modifiedName of the board.
Optional
ownerOptional
pictureOptional
policyOptional
projectOptional
teamType of the object that is returned. In this case, type returns board
.
Optional
viewURL to view the board.
Creates a copy of an existing board. You can also update the name, description, sharing policy, and permissions policy for the new board in the request body.
Copy board
Adds an app card item to a board.
Create app card item
Adds a card item to a board
Create card item
Adds a connector to a board.
Create connector
Adds a document item to a board.
This method can be used to create a document item with a new URL or from a document file.
Create document item
If request.data.url is set then the URL will be used to create a document otherwise contents of a request.data.data will be uploaded and used to create a document
Adds a document item to a board by selecting file from device.
Create document item using file from device
Select a file to upload. Maximum file size is 6 MB.
Adds an embed item containing external content to a board.
Create embed item
Adds a frame to a board.
Create frame
Adds an image item to a board.
This method can be used to create an image item with a new URL or from an image file.
Create image item
If request.data.url is set then the URL will be used to create an image otherwise contents of a request.data.data will be uploaded and used to create an image
Adds an image item to a board by specifying a file from device.
Create image item using file from device
Select a file to upload. Maximum file size is 6 MB.
Adds a shape item to a board.
Create shape item
Adds a sticky note item to a board.
Create sticky note item
Creates a tag on a board.
Create tag
Adds a text item to a board.
Create text item
Deletes a board. Deleted boards go to Trash (on paid plans) and can be restored via UI within 90 days after deletion.
Delete board
Retrieves all connectors for a specific board.
Retrieves a list of items for a specific board. You can retrieve all items on the board, or a list of specific types of items by specifying URL query parameter values.
Get items on board
Optional
query: Omit<undefined | { Get all members on the board.
Returns an iterator which will automatically paginate and fetch all available members
Get all board members
Retrieves all the tags from the specified board.
Returns an iterator which will automatically paginate and fetch all available tags
Get tags from board
Retrieves information for a specific app card item on a board.
Get app card item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific card item on a board
Get card item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific connector on a board.
Get specific connector
Unique identifier (ID) of the connector that you want to retrieve.
Retrieves information for a specific document item on a board
Get document item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific embed item on a board.
Get embed item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific frame on a board.
Get frame
Unique identifier (ID) of the frame that you want to retrieve.
Retrieves information for a specific image item on a board.
Get image item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific item on a board.
Get specific item on board
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a board member.
Get specific board member
Unique identifier (ID) of the board member whose role you want to retrieve.
Retrieves information for a specific shape item on a board.
Get shape item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific sticky note item on a board.
Get sticky note item
Unique identifier (ID) of the item that you want to retrieve.
Retrieves information for a specific tag.
Get tag
Unique identifier (ID) of the tag that you want to retrieve.
Retrieves information for a specific text item on a board.
Get text item
Unique identifier (ID) of the item that you want to retrieve.
Removes a board member from a board.
Remove board member
Unique identifier (ID) of the board member whose role you want to delete.
Removes the specified tag from the specified item. The tag still exists on the board.
Note: Updates to tags made via the REST API will not be reflected on the board in realtime. To see REST API updates to tags on a board, you need to refresh the board. This applies to the following endpoints: Attach tag to item, Update tag, Delete tag.
Remove tag from item
Unique identifier (ID) of the item that you want to remove the tag from.
Unique identifier (ID) of the tag that you want to remove from the item.
Shares the board and Invites new members to collaborate on a board by sending an invitation email. Depending on the board's Sharing policy, there might be various scenarios where membership in the team is required in order to share the board with a user.
Share board
Updates a specific board.
Update board
Date and time when the board was created. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.