I am trying to create a script that will look to see if a ticket of a certain issue type has been created for a specific user and if not, create a new ticket for that user. I have tried every source I could find to simply get the records for tickets in general.
I have been able to get a single ticket using “https://[DOMAIN]/api/v1.0/tickets/{TicketId}” as well as add comments to a ticket with “https://site.incidentiq.com/api/v1.0/tickets/{{Ticket ID}}/activities/new“ but I cannot find a way to pull multiple tickets that works.
If I could get any direction on this matter I would be so appreciative.

