Hi @Samuel.
curl --location --request GET '<path/to/your/zammad>/api/v1/search?query=state.id%3A%201%20AND%20updated_at%3A%3C%3D2024-02-01' --header 'Content-Type: application/json' --header 'Authorization: Basic <your token>'
Hi @Samuel.
curl --location --request GET '<path/to/your/zammad>/api/v1/search?query=state.id%3A%201%20AND%20updated_at%3A%3C%3D2024-02-01' --header 'Content-Type: application/json' --header 'Authorization: Basic <your token>'