List all complaints with optional filtering, pagination, and sorting. Returns comprehensive complaint data including customer object information and status details.
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 status (single value or comma-separated list)
Filter by IDs (array of objectIds)
Filter by object IDs
Filter by object ID
Filter by Customer IDs (returns objects for these customers)
Filter by object manager user ID
Filter by Object Manager IDs
Filter something (e.g. complaints) by the objects name or number
Filter to search jobs by user IDs. If the user ID is "unassigned_jobs", it will search for jobs without a user ID.
User ID to filter jobs by. If "unassigned_jobs" is included, it will also search for jobs without a user ID.
Filter by user ID
Filter complaints by their current status
new
, assigned
, finished
Filter by creation date from (timestamp)
Filter by creation date to (timestamp)
Search complaints by text content
A dynamic filter that allows filtering on any field with various operators. Supports string, number, boolean, date, and objectid field types.
List of complaints
The response is of type Complaint Update Request · object[]
.