Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Metadata dictionaries fetched successfully.
Mapping of user types by ID
Example:
{
"1": "Admin",
"2": "Teacher",
"3": "Student",
"4": "Parent"
}Mapping of assignment status codes
Example:
{
"0": "Open",
"1": "In Progress",
"2": "Completed",
"3": "Failed"
}Mapping of document type identifiers
Example:
{ "1": "pdf", "2": "jpeg" }