CollectionsFeed
Retrieve the list of collections.
Table-Specific Information
Select
The connector uses the SAPSuccessFactorsLMS API to process WHERE clause conditions that are built with the following columns and operators:- CatalogID supports the = comparison operator.
- LocaleID supports the = comparison operator.
- FromDate supports the = comparison operator.
The connector processes other filters client-side within the connector.
Columns
| Name | Type | References | Required for Select | Description |
| CollectionID [KEY] | String | The unique identifier of the collection. | ||
| Action | String | The action performed on the collection. | ||
| Author | String | The author or creator of the collection. | ||
| AuthorType | String | The type of author (e.g., user, system). | ||
| CollectionTitle | String | The title of the collection. | ||
| CatalogID | String |
CatalogsFeed.CatalogID | True | The unique identifier of the parent catalog. |
| LocaleID | String | The locale identifier used for retrieving localized content.
The default value is English. | ||
| Description | String | The description of the collection. | ||
| DomainDesc | String | The description of the collection's security domain. | ||
| DomainID | String | The unique identifier of the collection's security domain. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| FromDate | Datetime | Filter to retrieve collections modified on or after this date. |