CardAttachments
Lists all the attachments of each card.
Table Specific Information
Select
The add-in 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 WHERE BoardId = '5835594ee003411c6abdbfbd'
Columns
Name | Type | ReadOnly | Description |
CardID [KEY] | String | True |
The Id of the Card. |
AttachmentId [KEY] | String | True |
The Id of the Attachment. |
Name | String | True |
Filename of the Attachment. |
BoardID | String | True |
The Id of the Board referencing the card with attachment. |