Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make lists APIs #63

Open
11 of 22 tasks
e-caste opened this issue Jan 14, 2022 · 0 comments
Open
11 of 22 tasks

Make lists APIs #63

e-caste opened this issue Jan 14, 2022 · 0 comments
Assignees
Labels
Backend Backend related

Comments

@e-caste
Copy link
Member

e-caste commented Jan 14, 2022

Always return content sorted by most recent first.

  • GET /v1/myQuestions {userId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/myAnswers {userId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/myReplies {userId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/myCoursesNewQuestions {userId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/myBookmarkedQuestions {userId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/mySimulationResults {userId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/myCourses {userId: int, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/courses {short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/questions {courseId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/discussion {questionId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
  • GET /v1/replies {questionId: int, short: bool, page: int, itemsPerPage: int (-1 for not paginated)}
  • corresponding test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Backend related
Projects
None yet
Development

No branches or pull requests

4 participants