Subjects
Get a list of subjects
Returns all the Subjects from the system a user has access to.
Authorizations
x-api-keystringRequired
Query parameters
pkstringRequired
Primary Key (PK) of the Grade to get Subjects for
Responses
200
200 response
application/json
get
/subjectsGET /subjects?pk=text HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
200
200 response
{
"count": "text",
"items": [
{
"pk": "text",
"id": "text",
"name": "text",
"noVideos": "text",
"cardUrl": "text"
}
]
}Last updated
Was this helpful?