uc_request
Call any Core REST API endpoint on your Unfolded Circle Remote, including destructive admin operations. Provide method, path, optional body and query parameters.
Instructions
Call any Core REST API endpoint, including destructive admin endpoints.
Args: method: HTTP method such as GET, POST, PATCH, PUT, or DELETE. path: API path without the /api prefix, for example /activities. body: Optional JSON request object. query: Optional query parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| query | No | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |