aspro_call
Retrieve data from Aspro.Cloud with list and get methods. Run aspro_describe to discover parameter shapes, then supply the entity id via id and query-string args via query to return the data.
Instructions
Read data from Aspro.Cloud — the list and get methods only. Run aspro_describe first to learn the parameter shape. Pass the entity id via id, query-string args via query. Returns { status, ok, url, data }. Use aspro_write for create/update/delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Path id, when the operation path contains {id}. | |
| body | No | Form-urlencoded body fields for POST operations. | |
| query | No | Query string parameters. Do not include api_key — it is added automatically. | |
| entity | Yes | ||
| method | Yes | ||
| module | Yes |