Segments
This entity represents a Segment of a Scheduled Offering.
Table-Specific Information
Select
The provider uses the SAPSuccessFactorsLMS API to process WHERE clause conditions that are built with the following columns and operators:- EndDate supports the =, >, <, >=, and <= comparison operators.
- StartDate supports the =, >, <, >=, and <= comparison operators.
The provider processes other filters client-side within the provider.
Columns
| Name | Type | References | Required for Select | Description |
| EndDate | Datetime | The end timestamp for this segment. Returned in Unix Epoch. | ||
| PrimaryInstructorFirstName | String | First Name of the Primary Instructor of the scheduled offering. | ||
| PrimaryInstructorID | String | Identifier of the Primary Instructor of the scheduled offering. | ||
| PrimaryInstructorLastName | String | Last Name of the Primary Instructor of the scheduled offering. | ||
| PrimaryLocationDescription | String | Primary location description of the scheduled offering. | ||
| PrimaryLocationID | String | Primary location ID of the scheduled offering. | ||
| SegmentNumber | Long | This is the number of the Segment inside the Scheduled Offering. | ||
| StartDate | Datetime | The start timestamp for this segment. Returned in Unix Epoch. |