# Create filter **POST /data/user/filters** Create a new filter for the current user limited to open projects only. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **name** (string) Filter name - **query** (string) Filter query as JSON string - **list_type** (string) Type of list this filter applies to - **entity_type** (string) Entity type this filter applies to - **project_id** (string(uuid)) Project identifier - **is_shared** (boolean) Whether to share this filter with others - **search_filter_group_id** (string(uuid)) Filter group identifier - **department_id** (string(uuid)) Department identifier ## Responses ### 201: Filter created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Filter unique identifier - **name** (string) Filter name - **query** (string) Filter query JSON - **list_type** (string) List type - **entity_type** (string) Entity type - **project_id** (string(uuid)) Project identifier - **is_shared** (boolean) Whether filter is shared - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp ### 400: Bad request [Powered by Bump.sh](https://bump.sh)