Grades
Get a list of grades
Last updated
Last updated
GET /grades?pk=text HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
{
"count": "text",
"items": [
{
"pk": "text",
"id": "text",
"name": "text",
"noSubjects": "text",
"cardUrl": "text"
}
]
}