POST
/
assignment-evaluation
/
v1
/
assignment
/
{id}
/
model-answer
curl --request POST \
  --url https://api-staging.crazygoldfish.com/assignment-evaluation/v1/assignment/{id}/model-answer/ \
  --header 'Content-Type: application/json' \
  --data '{
  "userType": 1
}'
{
  "id": "3b27e0be-f9e8-4c4d-977b-b315bfb292ab",
  "documents": [],
  "rubric": {},
  "status": 0
}

Path Parameters

id
string
required

Unique identifier of the assignment

Body

application/json
userType
number
required

Type of user

Example:

1

Response

200
application/json
Assignment retrieved successfully.
id
string
Example:

"3b27e0be-f9e8-4c4d-977b-b315bfb292ab"

documents
string[]
Example:
[]
rubric
object
status
integer
Example:

0