CoursesFeed
Retrieve the list of available courses.
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 |
| ComponentID [KEY] | String | The unique identifier of the course component. | ||
| Action | String | The action performed on the course. | ||
| Active | Bool | Indicates whether the course is currently active. | ||
| Audience | String | The intended audience for the course. | ||
| CatalogItemFlagID | String | The identifier of the flag applied to this catalog item. | ||
| CatalogItemFlagUntilDate | Datetime | The date until which the catalog item flag is active. | ||
| ComponentClassification | String | The classification of the course component. | ||
| ComponentTypeID | String | The identifier of the course component type. | ||
| ContactHours | Double | The number of contact hours for the course. | ||
| CpeHours | Double | Continuing Professional Education (CPE) hours for the course. | ||
| CreditHours | Double | The number of credit hours awarded for completing the course. | ||
| 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. | ||
| Deeplink | String | A direct URL link to the course. | ||
| DefaultCurrencyCode | String | The default currency code for the course price. | ||
| DefaultPrice | Double | The default price of the course. | ||
| DeliveryMethodDesc | String | The description of the course delivery method. | ||
| DeliveryMethodID | String | The identifier of the course delivery method. | ||
| Description | String | The description of the course. | ||
| DomainDesc | String | The description of the course's security domain. | ||
| DomainID | String | The unique identifier of the course's security domain. | ||
| MobileReady | String | Indicates whether the course is optimized for mobile devices. | ||
| RevisionDate | Datetime | The date when the course was last revised. | ||
| SourceDesc | String | The description of the course source. | ||
| SourceID | String | The identifier of the course source. | ||
| SubjectAreasFeed | String | The subject areas associated with the course. | ||
| ThumbnailURI | String | The URI of the course thumbnail image. | ||
| Title | String | The title of the course. | ||
| TotalLength | Double | The total length of the course in hours. |
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 courses modified on or after this date. |