List all test assignments (admin)
Test Assignments
List all test assignments (admin)
Returns a paginated list of test assignments across students. Optional filters for student, status, subject, grade.
GET
List all test assignments (admin)
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The maximum number of items to return in the paginated response. While the OneRoster specification does not define a maximum limit, this implementation enforces a maximum of 3000 to prevent abuse and ensure optimal performance.
Required range:
1 <= x <= 3000Example:
100
The number of items to skip in the paginated response
Required range:
x >= 0Example:
0
The sourcedId of the student
Available options:
assigned, in_progress, completed, failed, expired, cancelled The grades of the course
Available options:
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13