-
Notifications
You must be signed in to change notification settings - Fork 14
D2L API endpoints and scopes Used by the Hypothesis LMS App
Marcos Prieto edited this page Feb 21, 2023
·
5 revisions
The Hypothesis LMS app includes an optional feature set for D2L which allows users to:
- Launch a reading using an specific D2L group category
D2L admins should know that the Hypothesis LMS app accesses the following D2L API endpoints:
-
Retrieve a list of all the group categories for the provided org unit.
-
Retrieve a list of all the groups in a particular group category for an org unit.
-
Retrieve the list of available files in a course's table of contents.
Retrieve metadata for one individual file.
-
Access to the byte stream of one individual file.
Based on the list of endpoints above Hypothesis needs OAuth 2.0 keys scoped with:
For the groups integration:
groups:group:read
for the files integration:
content:toc:read
content:topics:read
content:file:read