# Used to get a list of potential queues to add people to **GET /workqueues/{filter}** When you want to use workflows or work queues get the list of details you need. The workflows are ones that have a trigger of 'manual, from the mobile app' and the user has access to it. The work queues are only ones the logged in user can use. This is determined by: - the user created the work queue - the user is full/admin user of a group that is the owner of the work queue - the user is full/admin user of a group that is allowed to add to this work queue ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **filter** (string) How we filter the list. If not supplied, both workflow and workqueues are loaded ## Responses ### 200: OK #### Body Parameters: application/json (object) - **work_queues** (array[object]) All workflow/workqueues are currently returned in a list with the parameter name work_queues [Powered by Bump.sh](https://bump.sh)