Problem with searching the organization by query through the API
Infos:
Used Zammad version: 6.4.1
Used Zammad installation type: docker-compose
Operating system: Ubuntu 22.04
Browser + version: Firebox 136.0 (64-bit)
Expected behavior:
- I am querying the API with an value query as “test” and It does not show the data:
https://xxxxxxxxxxxxxxxxxxxx/api/v1/search/organization with the JSONdata:
{
“assets”: {},
“result”:
}
- I would like to get data of the organizations
Actual behavior:
- result is { “assets”: {}, “result”: }
Steps to reproduce the behavior:
- see queries above
