I'm trying to retrieve course completion information via Postman.
- GET {{BrightspaceDomain}}/d2l/api/le/{{leversion}}/1234/grades/courseCompletion/
- GET {{BrightspaceDomain}}/d2l/api/le/1.75/grades/courseCompletion/12345/
Each time I run the GETs above, I get a 200 status, but it doesn't return any details:
{"PagingInfo": {"Bookmark": null,"HasMoreItems": false},"Items": []}
I double-checked a Manager Completion report, and user 12345 definitely appears in a completion report for course 1234. Can anyone point out what I'm missing? I'm a novice when it comes to APIs.
Some notes:
- Course 1234 didn't get "enable completion tracking" turned until yesterday.
- The completion tracking criteria is based on the release condition "User has earned award X"
- I also tried this on multiple other courses and users who should be marked as complete, but still aren't appearing in the response