GET - Extracted Assignment Question
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:
- The response includes
count,pageSize,showing,next, andpreviousto handle pagination. - The
datafield contains an array of assignment objects following theUpdatedAssignmentResponseschema. - Useful for dashboards or any view where a user needs to browse or manage multiple assignments.
Scenario: Fetching Assignments for Review
- A teacher wants to review all assignments created for Grade 7.
- They send a GET request to this endpoint (optionally with query parameters for filtering/pagination).
- The system responds with a paginated list of assignments and relevant navigation links.
Documentation Index
Fetch the complete documentation index at: https://docs.crazygoldfish.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the assignment
Response
Assignment retrieved successfully.
Unique identifier for the assignment
"2600413f-7c6e-46ef-8ea9-3e7b5834879f"
Name of the assignment
"English Assignment"
Instructions for the assignment
"Write a short story about a day in the life of a cat."
Total marks for the assignment
0
Grade of the assignment
"7"
ID of the course
"300"
List of parent questions in the assignment