CurriculaFeed
Retrieve the list of curricula.
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 |
| CurriculumID [KEY] | String | The unique identifier of the curriculum. | ||
| Action | String | The action performed on the curriculum. | ||
| 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. | ||
| CurriculumTitle | String | The title of the curriculum. | ||
| Description | String | The description of the curriculum. | ||
| DomainDesc | String | The description of the curriculum's security domain. | ||
| DomainID | String | The unique identifier of the curriculum's security domain. | ||
| ThumbnailURI | String | The URI of the curriculum thumbnail image. |
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 curricula modified on or after this date. |