API for accessing course reports.
A Report object looks like:
A ReportParameters object looks like:
GET /api/v1/courses/:course_id/reports/:report_type/:id
GET /api/v1/courses/:course_id/reports/:report_type/:id
Scope: url:GET|/api/v1/courses/:course_id/reports/:report_type/:id
Returns the status of a report.
Example Request:
POST /api/v1/courses/:course_id/reports/:report_type
POST /api/v1/courses/:course_id/reports/:report_type
Scope: url:POST|/api/v1/courses/:course_id/reports/:report_type
Generates a report instance for the account. Note that “report” in the request must match one of the available report names.
Request Parameters:
GET /api/v1/courses/:course_id/reports/:report_type
GET /api/v1/courses/:course_id/reports/:report_type
Scope: url:GET|/api/v1/courses/:course_id/reports/:report_type
Returns the status of the last report initiated by the current user.
Example Request:
Last updated
Was this helpful?