Exports
Lists all exports of the organizations.
Table Specific Information
Select
The adapter 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:
In case an OrganizationID has not been specified as a connection property, it needs to be specified in the query.
SELECT * FROM Exports WHERE OrganizationID = '123' SELECT * FROM Exports WHERE OrganizationID = '123' AND Finished = 'true' SELECT * FROM Exports WHERE OrganizationID = '123' AND Stage = 'Export_completed'
Columns
Name | Type | Description |
ExportID [KEY] | String | The Id of the export. |
OrganizationID | String | The Id of the organization. |
Attempts | Int | The number of attempts. |
Finished | Boolean | Determines whether or not the export is finished. |
Stage | String | The stage of which the export is. |
Progress | Int | Determines the progress of the export. |
StartedAt | Datetime | The date and time when the export started. |
Size | String | The size of the export. |
ExportUrl | String | The url where you can find the export. |