This API allows authenticated users to retrieve a paginated list of assignments along with associated metadata like total count, pagination links, and assignment details.
Key Notes:
count, pageSize, showing, next, and previous to handle pagination.data field contains an array of assignment objects following the UpdatedAssignmentResponse schema.Scenario: Fetching Assignments for Review
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of assignments retrieved successfully.
Total number of assignments available.
20
Number of items displayed per page.
10
Current page display information.
"Page 1 of 2"
URL for the next page of results.
"{{base_url}}/assignment-evaluation/v1/assignment/?page=2"
URL for the previous page of results.
null