Evaluates a filter by applying it to the specified target user type and returning the filtered results. Supports standard paging, ordering, and additional query constraints from query parameters.
Retrieves and evaluates a saved filter to return matching entities.
<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
filterId
The identifier of the filter to evaluate.
entityType
The entity type name (tasks, projects, companies, users).
Response
OK
items
totalCount
pageNumber
pageSize
sortPropertyName
sortOrder
nextCursor
itemCount
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

