Media
Query the available media on your Act-On account.
View Specific Information
The 本製品 will use the Act-On API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- 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 | The Id of the image. |
| FolderName | String | The name of the folder that contains the image. |
| Name | String | The name of the image. |
| CreationTime | Datetime | The date and time the image was created. |
| LastModified | Datetime | The date and time the image was last modified. |
| Url | String | The URL of the media. |
| Size | Int | The size of the image. |