Pipedrive Query Parameters
This article describes the API query parameters used by the Pipedrive connector to retrieve data.
Main parameters
Parameters for Pipedrive API queries: start (offset), limit (up to 500), filter_id (filter ID), sort (sort field). Pagination uses the start parameter along with more_items_in_collection in the response.
Pagination
LightLead automatically manages pagination when loading large volumes of data. Pagination types:
| Type | Description | Parameters |
|---|---|---|
| Page-based (offset) | Page-by-page loading | page/limit or offset/limit |
| Cursor-based | Loading via a cursor | after/next_page_token |
| Time-based | Loading by date range | date_from/date_to |
Managing limits
To optimize performance, keep in mind:
Page size: the optimal size depends on the volume of data in the fields
Request frequency: respect the CRM's rate limits
Parallel requests: where possible, requests are executed sequentially
Caching: frequently requested data is cached
Error handling
When limits are exceeded or timeouts occur, LightLead applies:
Automatic retry — retrying the request with exponential backoff
Partial loading — preserving already received data if interrupted
Notification — informing the user about synchronization issues