Sources
Query the sources of the organization.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM Sources;
Columns
Name | Type | Operators | Description |
Id [KEY] | Int64 | Source ID. | |
Name | String | Name of the source. | |
TypeId | String | Source type ID. | |
TypeName | String | Name of the source type. |