Documents
Get the list of all the documents associated with any entity.
Table Specific Information
Select
All filters are executed client side within the connector.
SELECT * FROM Documents
Columns
| Name | Type | References | SupportedOperators | Description |
| DocumentId [KEY] | String | Id of Document. | ||
| DocumentEntityIds | String | Id of the entity to which the document is associated. | ||
| FileName | String | Name of the document attached. | ||
| HasMoreEntity | Boolean | Boolean denoting if the document has more entity or not associated with it. | ||
| IsStatement | Boolean | Boolean denoting if the document is a statement. | ||
| FileSize | String | Size of the file. | ||
| FileType | String | Type of the file. | ||
| Source | String | Source from where file was uploaded. | ||
| DocumentTransactions | String | Transactions. | ||
| UploadedById | String | Id of the person who uploaded the doc. | ||
| UploadedByName | String | The name of the contact who uploaded the file. | ||
| CreatedTime | Datetime | The date and time when file was uploaded. |