v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
filters

Returns the filters created by the current user.

Returns filters that were created by and are owned by the requesting user. Shared filters are excluded, even if the requesting user also has explicit access through contributor, team, or workspace permissions.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

get/me/filters

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the entity.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

namestring nullable

The name of the filter.

isExternalboolean

Whether this filter is coming from an external workspace (awork Connect).

entityTypestring nullable

The entity type this filter targets. Can be 'projects', 'tasks', 'companies', 'users'.

userIdstring uuid

The id of the user this filter was created for.

filterQuerystring nullable

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

workspaceAccessLevelstring nullable

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