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.
Unique identifier of the assignment
Assignment retrieved successfully.
The response is of type object
.