Accessibility Course Statistics
Accessibility Course Statistics API
// Per-course accessibility issue counts for a user's active teacher/designer
// courses.
{
// The ID of the accessibility course statistic record
"id": 1,
// The ID of the course
"course_id": 42,
// The name of the course
"course_name": "Introduction to Biology",
// The course code (short name) of the course
"course_code": "BIO101",
// Whether the course is published
"published": true,
// The number of active accessibility issues in the course
"active_issue_count": 5,
// The number of resolved accessibility issues in the course
"resolved_issue_count": 3,
// The number of closed accessibility issues in the course
"closed_issue_count": 2,
// The workflow state of the statistic record
"workflow_state": "active",
// The date and time the record was created
"created_at": "2026-01-01T00:00:00Z",
// The date and time the record was last updated
"updated_at": "2026-01-02T00:00:00Z"
}Parameter
Type
Description
Last updated
Was this helpful?