call_endpoint
Call a validated AppFolio Database API endpoint, handling pagination for GET reads and executing live writes for POST/PATCH/PUT/DELETE, returning the JSON response.
Instructions
Call an AppFolio Database API endpoint and return its JSON response. Validates the operationId and required path params against the catalog before calling AppFolio, then executes (GET reads are auto-paginated; POST/PATCH/PUT/DELETE writes execute live against your AppFolio database). Use describe_endpoint first to learn the exact params and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |