Return only ticket id from API?

Hey all,

I have our Sharepoint connected to the Zammad API. For a new project I would like to save the ticket id in my Sharepoint List after I’ve created it via Sharepoint Designer 2013.

I have a unique name (based on project, creator and id in Sharepoint List) with which I can search for the tickets.

Is there any API Request where I can get only the ticket id without all the other informations, so that I can save it to my Sharepoint List and use it later to update ticket articles in the specific ticket?

My current query looks like this

http://myURL/api/v1/tickets/search?query=myquery&limit=1

Thank you in advance.

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

The response contains all attributes / meta information. You can’t limit it to a specific attribute only - that’s something your script would usually do.

Our API documentation should help you with fitting endpoints
https://docs.zammad.org/en/latest/api/intro.html