You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** Retrieves comprehensive project data including course information, project details, and all student submissions with their scores and peer review information.
249
+
250
+
**Response:** Returns course data, project details, and an array of submissions with:
251
+
- Student information and GitHub links
252
+
- Project scores (project, FAQ, learning in public, peer review)
253
+
- Peer review status and scores
254
+
- Pass/fail status
255
+
- Time spent and learning in public links
256
+
257
+
### Graduates Data
258
+
259
+
**Endpoint:**`GET /data/{course_slug}/graduates`
260
+
261
+
**Description:** Retrieves a list of students who have successfully completed the course by passing the minimum required number of projects.
262
+
263
+
**Response:** Returns an array of graduates with:
264
+
- Student email
265
+
- Certificate name (or display name if certificate name not set)
0 commit comments