CardAttachments
Lists all the attachments of each card.
Table Specific Information
Select
The driver will use the Trello API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the driver. For example, the following query is processed server-side:
SELECT * FROM CardAttachments SELECT * FROM CardAttachments WHERE CardId='56eae4d5eb3eb531f1ab43af' SELECT * FROM CardAttachments WHERE BoardId='5835594ee003411c6abdbfbd'You can turn off client-side execution by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
Columns
Name | Type | Description |
CardID [KEY] | String | The Id of the Card. |
AttachmentId [KEY] | String | The Id of the Attachment. |
Name | String | Filename of the Attachment. |
BoardID | String | The Id of the Board referencing the card with attachment. |