list_api_endpoints
List API endpoints with IDs, names, and folder structure. Filter by module or name to find apiDetailId for test case creation.
Instructions
List API endpoints tree with IDs, names, and folder structure. Use this to find apiDetailId values needed for creating test cases. Pass moduleId to filter by a specific service module (reduces response size significantly). Pass search to filter by endpoint name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Filter endpoints by name (case-insensitive substring match) | |
| moduleId | No | Filter by module ID (e.g. 950519 for tenancy-accounting). Greatly reduces response size. |