# Get filter values for tasks requiring feedback **GET /data/user/tasks-to-check/filter-values** Return the distinct project, task type, task status, episode and assignee ids present in the tasks requiring feedback for the current user. Aimed at filling filter combo boxes without loading the full task list. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 Distinct filter values for tasks requiring feedback #### Body: application/json (object) - **project_ids** (array[string(uuid)]) - **task_type_ids** (array[string(uuid)]) - **task_status_ids** (array[string(uuid)]) - **episode_ids** (array[string(uuid)]) - **person_ids** (array[string(uuid)]) [Powered by Bump.sh](https://bump.sh)