List all customers with optional filtering, pagination, and sorting. Supports filtering by name, address, customer numbers, and object manager assignments.
Maximum number of items to return
1 <= x <= 1000
Number of items to skip for pagination
x >= 0
Sort field and direction (e.g. number:1, status.createdAt:-1)
"number:1"
Filter by object IDs
Filter by object name or address (partial match)
A dynamic filter that allows filtering on any field with various operators. Supports string, number, boolean, date, and objectid field types.
Filter by status (single value or comma-separated list)
Filter by name (partial match, supports full name or number)
Filter by IDs (array of objectIds)
List of customers
The response is of type Customer · object[]
.