Media
Query the available media on your ActOn account.
View Specific Information
The adapter will use the ActOn API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.
- Id supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM Images WHERE Id = '001'
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the image. |
| FolderName | String | Name of the folder that contains the image. |
| Name | String | Name of the image. |
| CreationTime | Datetime | When the image was created. |
| LastModified | Datetime | When the image was last modified. |
| Url | String | Link to the media. |
| Size | Int | Size of the image. |