OptionalfilterFilter expression to limit which objects are returned.
Expression for building filter conditions
Name of the limetype to query.
OptionallimitMaximum number of objects to return.
OptionaloffsetNumber of objects to skip before starting to return results.
OptionalorderProperties to sort by with their sort direction.
Defines what data to include in the response.
Query configuration for loading objects from the Lime CRM database.
A Query defines what data to retrieve, how to filter it, and how to format the response. Used primarily with QueryService to execute complex queries with filtering, sorting, pagination, and aggregation.
The query system supports:
Define the query inline or with
satisfies Queryto keep the literalresponseFormatthat QueryResponse infers the response shape from.Example: Get active deals
Example: Get high-value deals with pagination
See