EmailFilters
Retrieves an array of email filters within a box.
Table Specific Information
Select
Streak allows only a small subset of columns to be used in the WHERE clause of a SELECT query. These columns can typically be used with only = comparision. The available column for EmailFilters is BoxKey. For example:
SELECT * FROM EmailFilters WHERE BoxKey='agxzfm1haWxmb29nYWabLAsSDE9yZ2FuaXphdGlvbiIJY2RhdGEuY29tDAsSBENhc2UYgICs7-O4mwsM'
Columns
| Name | Type | References | Description |
| EmailFilterKey [KEY] | String | Key of the email filter. | |
| CreatorKey | String |
Users.UserKey | Key of the creator of the email filter. |
| BoxKey | String |
Boxes.BoxKey | Box key. |
| Type | String | Type of email filter. | |
| Value | String | Value of email filter. | |
| Domain | String | The domain name. | |
| CreationTimestamp | Timestamp | When the email filter was created. | |
| LastSavedTimestamp | Timestamp | When the email filter was last saved. |