List salary records with optional filtering, pagination, and sorting. Supports various filters for advanced querying of salary data.
Maximum number of items to return
1 <= x <= 1000
Number of items to skip for pagination
x >= 0
Sort field and direction (e.g. from:1, createdAt:-1)
Filter by status (single value or comma-separated list)
Filter by IDs (array of objectIds)
Filter by user ID
Filter by creation date from (timestamp)
Filter by creation date to (timestamp)
Filter by object ID
Filter by object IDs
Filter something (e.g. complaints) by the objects name or number
Filter by date range including tracking date - searches across from, timeStart, and trackingJobDate fields
2
elementsFilter to search jobs by activity type IDs. It can handle multiple activity type IDs and also includes checks for assignments, jobs, and salaries.
Activity Type ID to filter by
Filter by job IDs
Filter by tracking job date range - accepts TimeFrame JSON object with from/to timestamps
A dynamic filter that allows filtering on any field with various operators. Supports string, number, boolean, date, and objectid field types.
List of salary records
The response is of type Salary · object[]
.