[Ticket] add filter by addressee on ticket list api

This commit is contained in:
2025-07-18 11:40:48 +00:00
parent c8baf0a8aa
commit 445a2c9358
14 changed files with 573 additions and 25 deletions

View File

@@ -135,6 +135,25 @@ paths:
**Warning**: This silently remove the filters "byCurrentState" and "byCreatedBefore".
schema:
type: string
- name: byAddressee
in: query
description: the id of the addressee to search for. The search is also performed against user groups.
required: false
style: form
explode: false
schema:
type: array
items:
type: integer
format: integer
minimum: 1
- name: byAddresseeToMe
in: query
description: filter tickets assigned to the current authenticated users
required: false
allowEmptyValue: true
schema:
type: string
responses:
200:
description: OK