List my assignments in a date range
POST/api/me/assignments
Returns the assignments visible to the signed-in user whose due dates fall in a date range: the data behind the calendar view. Role-based visibility is applied inside getAssignmentsForUserRange. Bare dates are widened to cover the whole day in the user's timezone.
Auth: required
Request
Responses
- 200
- 400
- 401
- 500
Assignments due within the range.
Missing start or end.
Not signed in.
Server error.