Returns filters explicitly shared with the current user.

Returns filters where the requesting user has been granted explicit access through user permissions, team permissions, or workspace-wide filter permissions. Excludes filters owned by the requesting user. <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

pageintegerOptionalDefaults to 1
Page number for pagination
pageSizeintegerOptionalDefaults to 10
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

OK
idstring or nullformat: "uuid"
The id of the entity.
createdOndatetime or null
The date this entity was created.
createdBystring or nullformat: "uuid"
The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this entity.
namestring or null
The name of the filter.
filterDefinitionobject or null
The structured filter representation of a filter query.
entityTypestring or null
The entity type this filter targets. Can be 'projects', 'tasks', 'companies', 'users'.
userIdstring or nullformat: "uuid"
The id of the user this filter was created for.
filterQuerystring or null

The OData- query string that will be applied for querying this filter’s underlying data type.

workspaceAccessLevelstring or null

Determines the level of access to this filter granted to all workspace users. Can be either not set (no access), read, or manage.

contributorslist of objects or null
The users explicitly connected to this filter.
teamslist of objects or null
The teams explicitly connected to this filter.

Errors