- Edited
Hello,I'm opening a ticket using the API (sending cURL POST). Everything works as expected and the content of the response I get is the external ticket id of the newly-created ticket. But I want the internal ticket id in order to create a URL and point to that ticket like this:https://mydomain/proves/scp/tickets.php?id=33Now, the external and the internal id doesn't match and I need the internal id which is the one that osTicket really uses.Any ideas? Thanks.