Data Model
The available data in the SAPSuccessFactorsLMS API is split into several themed lists of data objects called microservices.
The CData Python Connector 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 connector 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 connector uses the latest version.