Data Model
The available data in the SAPSuccessFactorsLMS API is split into several themed lists of data objects called microservices.
The CData ADO.NET Provider for SAP Success Factors LMS exposes each microservice as an SQL schema with its own tables, views, and/or stored procedures.
These microservices fall into two groups, each modeled by the provider as a SQL catalog:
- The Admin-Only Data Model contains schemas that are available only to admin users. This catalog is used when the UserType connection property is set to Admin.
- The User-Only Data Model exposes schemas that are available only to students or instructors. This catalog is used when the UserType connection property is set to User.
For microservices that have one or more older versions available, the provider uses the latest version.