Monday, April 6, 2015

Canvas List All Available Reports via API

Using Postman (see earlier in this blog)

GET
https://uth.instructure.com/api/v1/accounts/1/reports
HEADER:
Name: Authorization
Value: Bearer 1350~MF9c2npiG...(token)

This will give you all available reports, including (for those that have been run) url's where each can be downloaded.
See: https://canvas.instructure.com/doc/api/account_reports.html

Send token as header via ssl, not as a URL parameter. The latter works, but is much less secure.

No comments:

Post a Comment