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
The endpoint should accept a list of student IDs and/or assignment IDs.
The assignment IDs will be used to return only those assignments in the list.
The student IDs will be used to only count those students annotations/replies.
Adapt courses metrics endpoint to allow filtering by courses, student and/or assignments
The endpoint should accept a list of course IDs, student IDs and/or assignment IDs.
The course IDs will be used to return only those courses in the list.
The assignment IDs will affect the assignment counts for every course, and the last launch date.
The student IDs will affect the last launch date, as only these students will be taken into consideration.
The text was updated successfully, but these errors were encountered:
marcospri
changed the title
BE - Adapt students metrics endpoint to allow filtering by students
Adapt metrics endpoint to accept filtering parameters
Jul 3, 2024
Adapt students metrics endpoint to allow filtering by student
Allow filtering on the students metrics endpoint #6419
The endpoint should accept a list of student IDs, returning only those students in the list.
Adapt assignments metrics endpoint to allow filtering by student and/or assignments
Filter assignment metrics by users #6429
Filter assignment metrics by assignment IDs and user h_userid #6430
The endpoint should accept a list of student IDs and/or assignment IDs.
The assignment IDs will be used to return only those assignments in the list.
The student IDs will be used to only count those students annotations/replies.
Adapt courses metrics endpoint to allow filtering by courses, student and/or assignments
Filter course metrics by users #6434
Filter courses by assignment IDs #6435
The endpoint should accept a list of course IDs, student IDs and/or assignment IDs.
The text was updated successfully, but these errors were encountered: