GET
/
assignment-evaluation
/
v1
/
assignment
/
constant
/
cURL
curl --request GET \
  --url https://api-staging.crazygoldfish.com/assignment-evaluation/v1/assignment/constant/ \
  --header 'Authorization: Bearer <token>'
{
  "userType": {
    "1": "Admin",
    "2": "Teacher",
    "3": "Student",
    "4": "Parent"
  },
  "status": {
    "0": "Open",
    "1": "In Progress",
    "2": "Completed",
    "3": "Failed"
  },
  "fileType": {
    "1": "pdf",
    "2": "jpeg"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Metadata dictionaries fetched successfully.

The response is of type object.