PupilsGetList
Retrieve pupil lists with search, active/update filters, and pagination for school management.
Instructions
List pupils with search, filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Search | No | string (optional) | |
| pageSkip | No | integer (optional) | |
| pageTake | No | integer (optional) | |
| ActiveOnly | No | boolean (optional) | |
| OnlyUpdated | No | boolean (optional) | |
| UpdatedAfter | No | string (optional) | |
| OnlyUnchanged | No | boolean (optional) | |
| UpdatedBefore | No | string (optional) |