Query
Response
Queries
students
Read a bounded Student list. An email filter does not replace account verification. See Find a Student.
Query
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
query Students {
students {
id
email
role
coursesOwned {
id
name
status
}
}
}{
"data": {
"students": [
{
"id": "value",
"email": "string",
"role": "administrator",
"coursesOwned": [
{
"id": "value",
"name": "string",
"status": "private"
}
]
}
]
}
}Read a bounded Student list. An email filter does not replace account verification. See Find a Student.
query Students {
students {
id
email
role
coursesOwned {
id
name
status
}
}
}{
"data": {
"students": [
{
"id": "value",
"email": "string",
"role": "administrator",
"coursesOwned": [
{
"id": "value",
"name": "string",
"status": "private"
}
]
}
]
}
}Was this page helpful?
