SchedulesFeed
Retrieve the list of schedules.
Table-Specific Information
Select
The driver 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 driver processes other filters client-side within the driver.
Columns
| Name | Type | References | Required for Select | Description |
| ScheduleID [KEY] | Long | The unique identifier of the scheduled offering. | ||
| CatalogAction | String | The action performed on the schedule in the catalog. | ||
| ComponentID | String | The identifier of the course component for this schedule. | ||
| ComponentTypeID | String | The identifier of the course component type. | ||
| 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. | ||
| CurrencyCode | String | The currency code for the schedule price. | ||
| DomainDesc | String | The description of the schedule's security domain. | ||
| DomainID | String | The unique identifier of the schedule's security domain. | ||
| EndDate | Datetime | The end date of the scheduled offering. | ||
| FacilityDescription | String | The description of the facility where the schedule takes place. | ||
| FacilityID | String | The unique identifier of the facility. | ||
| InstructorID | String | The unique identifier of the instructor for the schedule. | ||
| LocationDescription | String | The description of the location where the schedule takes place. | ||
| LocationID | String | The unique identifier of the location. | ||
| Price | Double | The price of the scheduled offering. | ||
| RevisionDate | Datetime | The date when the schedule was last revised. | ||
| ScheduleDescription | String | The description of the scheduled offering. | ||
| SeatsAvailable | String | The number of seats available for the scheduled offering. | ||
| StartDate | Datetime | The start date of the scheduled offering. |
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 schedules modified on or after this date. |