# platform_orgs_courses_users_grades_passed_retrieve Base class for API views that return a single count value. This class formats the response as {"data": {value_key: count}} where value_key is configurable (defaults to "count"). Attributes: value_key: The key used in the response for the count value Endpoint: GET /api/platform/orgs/{org}/courses/{course_id}/users/{user_id}/grades/passed Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `course_id` (string, required) - `org` (string, required) - `user_id` (string, required)