bitrix24_list_companies
Retrieve and filter company records from Bitrix24 CRM using criteria like title, date, or ID with customizable sorting options.
Instructions
List companies with optional filtering and ordering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of companies to return | |
| filter | No | Filter criteria (e.g., {"TITLE": "Tech Corp"}) | |
| orderBy | No | Field to order by | DATE_CREATE |
| orderDirection | No | Order direction | DESC |