get_all_students
Get a complete roster of students (name and class only) from edupage. Supply the school subdomain to receive the list as a JSON array.
Instructions
Get all students in the school (name + class only).
Args: school: School subdomain (only needed with multiple schools).
Returns: JSON array of student skeletons
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |