Skip to content

feat: add GET /api/exam-clones/history endpoint with limit/offset pagination - #91

Open
com00geek wants to merge 1 commit into
studyield:mainfrom
com00geek:feat/exam-history-pagination
Open

feat: add GET /api/exam-clones/history endpoint with limit/offset pagination#91
com00geek wants to merge 1 commit into
studyield:mainfrom
com00geek:feat/exam-history-pagination

Conversation

@com00geek

Copy link
Copy Markdown
  • Add getExamHistory() service method with pagination support
  • Supports limit and offset query parameters
  • Returns paginated exam attempts with total count
  • Includes exam title, score, and performance metrics
  • Handles deleted exams gracefully
  • Default limit: 10, max: 100

Usage

GET /api/exam-clones/history?limit=20&offset=0

…ination

- Add getExamHistory() service method with pagination support
- Supports limit and offset query parameters
- Returns paginated exam attempts with total count
- Includes exam title, score, and performance metrics
- Handles deleted exams gracefully
- Default limit: 10, max: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant