query
Retrieve data from a 4D dataclass using filters, sorting, pagination, and attribute selection.
Instructions
Query data from a 4D dataclass
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of records to return | |
| skip | No | Number of records to skip | |
| expand | No | Related attributes to expand | |
| filter | No | 4D query filter expression | |
| orderby | No | Sort order specification | |
| dataClass | Yes | Name of the dataclass to query | |
| attributes | No | Comma-separated list of attributes to include |