API endpoint to download completed rubric for a user
Alec.C.679
Posts: 15 🌱
in Development
Is there an API endpoint I can use to download the completed rubric for a particular student against an OrgUnit and Dropbox folder?
I have found this path which works but only returns a JSON format, I'd like to download or view the rubric UI so that a non-technical stakeholder can understand it.
https://{Org-URL}/d2l/api/le/1.40/{OrgUnitId}/dropbox/folders/{DropboxId}/feedback/user/{UserId}
Any help is much appreciated 😀