odata_query
Execute OData queries on 1C:Enterprise entities with filter, select, top, orderBy, and expand parameters for targeted data retrieval.
Instructions
Query 1С OData entity with filter, select, top, orderBy, expand. Example: entity="Catalog_Контрагенты" filter="Description eq 'ООО Ромашка'"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max records ($top) | |
| entity | Yes | Entity name (e.g. Catalog_Контрагенты) | |
| expand | No | Navigation properties ($expand) | |
| filter | No | OData $filter expression | |
| select | No | Comma-separated fields ($select) | |
| orderBy | No | Sort field ($orderby) |