dataverse_request
Execute Dataverse Web API requests against /api/data/v9.2/ to run OData queries, CRUD operations, functions, and actions, using $select and $top to limit response size.
Instructions
Execute a Dataverse Web API request. The path is relative to /api/data/v9.2/. Supports OData queries, CRUD, functions and actions. Use $select and $top where appropriate to avoid unnecessarily large responses. Do not pass a complete URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON body for POST or PATCH requests. | |
| path | Yes | Path relative to /api/data/v9.2/. Example: accounts?$select=name,accountid&$top=10 Actions such as AddSolutionComponent are also supported. | |
| accept | No | Optional Accept header. Defaults to application/json. | |
| method | Yes | ||
| prefer | No | Optional Dataverse Prefer header, e.g. return=representation or odata.include-annotations="*". | |
| ifMatch | No | Optional If-Match value, e.g. "*" or an ETag. | |
| environment | Yes | Environment name returned by list_environments. | |
| ifNoneMatch | No | Optional If-None-Match value. |