List all customer objects with optional filtering, pagination, and sorting. Customer objects represent locations or buildings where services are performed.
Maximum number of items to return
1 <= x <= 1000
Number of items to skip for pagination
x >= 0
Sort field and direction (e.g. name:1, number:-1)
Filter by customer IDs
Filter by Object Manager IDs
Filter by Contact Person IDs
Filter by object name or address (partial match)
Filter by name (partial match, supports full name or number)
Filter by tags
Filter by active status
Filter by status (single value or comma-separated list)
Filter by IDs (array of objectIds)
Filter by Customer IDs (returns objects for these customers)
A dynamic filter that allows filtering on any field with various operators. Supports string, number, boolean, date, and objectid field types.
List of customer objects
The response is of type Customer Object · object[]
.