aspro_call
Call an Aspro.Cloud API endpoint by specifying module, entity, and method. Optionally provide path ID, query string, or POST body.
Instructions
Call an Aspro.Cloud endpoint. Always run aspro_describe first to learn the parameter shape. Pass entity id (for /get/{id}, /update/{id}, /delete/{id}) via id. Pass query-string args via query, request-body fields via body (POST only). Returns { status, ok, url, data }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | ||
| entity | Yes | ||
| method | Yes | ||
| id | No | Path id, when the operation path contains {id}. | |
| query | No | Query string parameters. Do not include api_key — it is added automatically. | |
| body | No | Form-urlencoded body fields for POST operations. |