REST Webservice - Customer Company Tickets - Ticketsearch

English! place to talk about development, programming and coding
Post Reply
masteroma
Znuny newbie
Posts: 1
Joined: 26 Mar 2018, 12:02
Znuny Version: OTRS Business Soluti
Real Name: Roman Bunyak
Company: acmeo

REST Webservice - Customer Company Tickets - Ticketsearch

Post by masteroma »

Tickets opened via the REST is displayed (returned via api query request). But if tickets are opened by mail to OTRS or OTRS dashboard then I get the queried only with a permission error (api don't return ID of them).
JSON request on the REST
{ "Session id": "XXXX", "CustomerID": [ "user1 @ ...", "user2 @ ....", "customer number"], "StateIDs": [1,4,6,7,8 ], "limit": 50}
What is issue?
It would be great if you can help me with this.
Thank you!
Post Reply