passgage_list_sub_companies
List sub-companies with optional filters and pagination via the Passgage API. Use Ransack-style filters to narrow results by name or active status.
Instructions
List sub_companies 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) |