passgage_list_approvals
List approvals from the Passgage workforce management system. Apply filters for specific criteria and control results with pagination.
Instructions
List approvals with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| filters | No | Ransack-style filters (e.g., {"name_cont": "test", "is_active_eq": true}) | |
| per_page | No | Number of items per page (max: 50, default: 25) |