# platform_orgs_users_courses_completed_count_retrieve Count of users who have completed a course on the platform within specified range or all time Query Params 1. start_date e.g 2020-10-01 2. end_date e.g 2020-10-10 Default is all time Endpoint: GET /api/platform/orgs/{org}/users/courses-completed/count Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_id` (integer) When is passed, it allows to filter data for only user content groups for the specified department - `end_date` (string) end date. ISO 8601 - `format` (string) Format * - json Enum: "json" - `include_main_platform` (boolean) Include main platform data - `start_date` (string) start date. ISO 8601 ## Path parameters: - `org` (string, required) ## Response 200 fields (application/json): - `data` (object) Dates are keys and values are the value for the date in the key. e,g - `total` (integer) Total