get_grades
Retrieves student grades and marks from the Edupage system, with optional filters for term, school year, or school subdomain.
Instructions
Get student grades/marks. Returns grades for the current session's child. For parent accounts with multiple children, grades are for the child linked to the current session.
Args: term: Term/semester filter (leave empty for all) year: School year filter (leave 0 for current) school: School subdomain (only needed with multiple schools).
Returns: JSON array of lean grade records with percent, class_avg, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | ||
| year | No | ||
| school | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |