Skip to content

Bitrix24 Query Parameters

This article describes the API request parameters used by the Bitrix24 connector to fetch data.

Main Parameters

Bitrix24 API request parameters: start (pagination offset), filter (field filter), select (field selection), order (sorting). LightLead automatically manages pagination in steps of 50 records.

Pagination

LightLead automatically manages pagination when loading large volumes of data. Pagination types:

TypeDescriptionParameters
Page-based (offset)Page-by-page loadingpage/limit or offset/limit
Cursor-basedLoading via cursorafter/next_page_token
Time-basedLoading by date rangedate_from/date_to

Managing Limits

For optimal performance, keep in mind:

  • Page size: the optimal size depends on the volume of data in the fields

  • Request rate: respect the CRM's rate limits

  • Parallel requests: requests are executed sequentially where possible

  • Caching: frequently requested data is cached

Error Handling

When limits are exceeded or timeouts occur, LightLead applies:

  1. Automatic retry — retrying the request with exponential backoff

  2. Partial loading — preserving already-received data if interrupted

  3. Notification — informing the user about sync issues

Maintained by the LightLead Documentation Team · Last verified: 2026-07-25