Docebo
Version 0.0.2
Checkout the API docs here for more information.
Set up
Enter the following details into the specified text area:
- Domain: It can be seen in the URL
[YOUR_DOMAIN].docebosaas.com
when logged into your Docebo account. - Client ID and Client Secret: To generate/retrieve these credentials follow these instructions.
- Username and Password: These are the credentials you use to login to you Docebo platform. The user's account must have sufficient permissions to retrieve data from the API. See [this documentation] (https://help.docebo.com/hc/en-us/articles/360020082940-User-Levels-Roles-and-Statuses#:~:text=Users%20can%20assume%20one%20or,target%20audience%20of%20learning%20platforms) on how to manage users and permissions.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | A full backfill of data is available on all reports |
Incremental | ✅ | Incremental is only available on the Courses , Course Enrolments , Learning Plans and Users reports |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Catalog | N/A | CATALOGUE_ID | Retrieves all catalogues |
Categories | N/A | ID | Retrieves all categories |
Classrooms | N/A | ID_CLASSROOM | Gets the list of classrooms |
Courses | DATE_LAST_UPDATED | ID_COURSE | Returns all courses |
Course Enrolments | ENROLLMENT_DATE_LAST_UPDATED | COURSE_ID and USER_ID | Retrieves courses enrollments |
External Training | N/A | TRAINING_ID | Returns list of External training |
Ilt Sessions | N/A | SESSION_ID | Get full session info |
Instructors | N/A | IDST | Get all instructors |
Learning Plans | DATE_LAST_UPDATED | ID | Returns list of Learning Plans |
Users | LAST_UPDATE | USER_ID | Returns list of Users |
Updated about 1 year ago