How to get a list of user Enrollment ID `s via API
LMS365 API - https://api.365.systems/
1. Go to https://api.365.systems/
2. Find the 'Enrollments' section, expand it, find the 'Get' method with the line 'Returns the list of current user's Enrollments', and click on 'Try it out'
3. Click on the 'Execute' button
If you see "Sign in" window, please enter your API key ( You can find how to get your API key following this link).
4. Check results in Responses
- CODE 2xx - request worked correctly
- Response body - you can find Enrollment ID here
- You can use the "Search" function (Ctrl+F) to find the information in the response result
Comments
Article is closed for comments.