API search by group_id

Infos:

  • Used Zammad version: 6.0.0.47e1e5715.saas
  • Used Zammad installation type: Saas
  • Operating system: macos
  • Browser + version: -

Expected behavior:

  • want to do a search tickets by group_id list

Actual behavior:

  • return an empty list

Steps to reproduce the behavior:

i want to get tickets list which have a group_id 6 or 9

what have i missed? whe doing group_id=6 it works

like this?

/api/v1/tickets/search?query=created_at:[2023-06-01 TO 2023-07-12] AND group_id:(6 OR 9)
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.