API endpoint to download completed rubric for a user

Alec.C.679
Alec.C.679 Posts: 15 🌱
edited October 31 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 😀

Tagged:

Answers

  • Justin.B.253
    Justin.B.253 Posts: 72

    @Alec.C.679 I myself have not used this endpoint but I know from experience that all end points will download as json text. The might be able to create a webapp in D2L or desktop application that reads the json file but shows like the UI using JavaScript. That would be a cool project. Can you explain in more detail what you are want to do with it, what you expect it would look like and what you want the stakeholder to see to understand it better? Sounds like a fun side project that I could work on if the API calls are available.