Currently the API for Tickets does not return the Product that the ticket is assigned to. This information is really essential for matching up tickets against products / SLAs / time entries etc.
The workaround is to create a separate filter for each Product in the system, and make a separate API call each time.
Suggest that the API for Tickets returns a new attribute being the Product that the ticket is assigned to.
Hi Nate
We provide the PRODUCT ID in the API call in the Form - email_config_id
To verify this, once you've added a Product in Admin > Multiple Products. Go to Admin > EMail setup. Here you will find the Primary Email Address for that Product list. Hover your mouse over the EDIT option and you may notice the ID to be an Integer value, which can be used in your API
Hope this helps
regards
Vijay
Hi
When ever I call my my tickets via json:
https://<company>.freshdesk.com/helpdesk/tickets.json
I do not see any product in the response. This would be great though if we could have this so when our tools to analyse the data are running we can see the differences for between our multiple products.
By the way, this is also missing from the specific ticket page response:
https://<company>.freshdesk.com/helpdesk/tickets/4000.json
I hope you can add this to both pages (but especially to the main tickets.json since we use that to see the ticket data in bulk)