I'm using the API to pull ticket data into an existing info interface. When I output data to the page I'm linking directly to tickets using urls like...
http://192.168.3.14/helpdesk/WebObjects/Helpdesk.woa/wa/TicketActions/view?ticket=34191
I'd like to be able to create a url that links directly to the ticket search page with a location specified and fires the search on load, basically showing a list of all tickets for that location. I assume it would look something like this...
but obviously that doesn't work else I wouldn't be asking.
Anyone have any info that could help me out?
Is there a list of useful link structures somewhere for API developers?