Returns the current user's filters.
Returns the union of filters owned by the requesting user and filters explicitly shared with the requesting user.
Use the specialized created-by-me and shared-with-me endpoints when only one category is needed.
<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.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
id
The id of the entity.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
name
The name of the filter.
filterDefinition
The structured filter representation of a filter query.
entityType
The entity type this filter targets. Can be 'projects', 'tasks', 'companies', 'users'.
userId
The id of the user this filter was created for.
filterQuery
The OData- query string that will be applied for querying this filter’s underlying data type.
workspaceAccessLevel
Determines the level of access to this filter granted to all workspace users.
Can be either not set (no access), read, or manage.
contributors
The users explicitly connected to this filter.
teams
The teams explicitly connected to this filter.

