Evaluates a filter definition against the specified user type and returns the filtered results without saving the filter. This endpoint is designed for quick filters where the frontend builds a FilterDefinition dynamically and needs to evaluate it immediately without persisting it to the database. Supports standard paging, ordering, and additional query constraints from query parameters.
Evaluates an ad-hoc filter without persisting it. Useful for testing filters before saving or for temporary filtering needs.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
entityType
The entity type name (tasks, projects, companies, users).
Request
The filter application form containing the FilterDefinition to evaluate.
filterDefinition
The structured filter representation of a filter query.
Response
OK
items
totalCount
pageNumber
pageSize
sortPropertyName
sortOrder
nextCursor
itemCount
Errors
400
Bad Request Error
404
Not Found Error

