PupilsGetCursorList
Fetch pupils in manageable pages using cursor pagination. Apply filters by search text, active status, or update time to get the exact subset needed.
Instructions
List pupils using cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Search | No | string (optional) | |
| ActiveOnly | No | boolean (optional) | |
| OnlyUpdated | No | boolean (optional) | |
| cursorLimit | No | integer (optional) | |
| UpdatedAfter | No | string (optional) | |
| OnlyUnchanged | No | boolean (optional) | |
| UpdatedBefore | No | string (optional) | |
| cursorAfterId | No | integer (optional) | |
| cursorBeforeId | No | integer (optional) | |
| cursorMaxLimit | No | integer (optional) |