schoolpass_list_pickup_changes
List a student's pickup and dismissal changes—early pickups, late arrivals, carpool moves—for any date. Provide the student id to get results.
Instructions
List pickup / dismissal changes for a student on a given date (defaults to today) — early pickups, late arrivals, carpool moves, and the like. Requires a student id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date (YYYY-MM-DD). Defaults to today. | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns SchoolPass's payload untouched. No field projection: this server has no verified record of which SchoolPass fields matter, and inventing one would risk dropping a field a caller needs. | |
| student_id | Yes | Student id, from schoolpass_list_students. |