You might want to increase the size of those screenshots or add the lightbox support, so that you can click on it to view in its original size including the ability to continue to the next screenshot. If I can't see what it looks like, I'm not sure the value of having them here.
Can you please tell me a concrete example for the API URL you are using to request a view?
What is the URL to which we should be making a call to get the details of tickets in a particular custom view (say 12184)?
Figured out a way.
Make a curl request to http://support.freshdesk.com/helpdesk/tickets/view/93481 with header "Accept: application/xml" and send username and password as usual i.e., using -u username:password or curl_setopt($ch, CURLOPT_USERPWD, "username:password"); in PHP
Can anyone post the exact curl request to be made, I tried shal request but it is showing "HTTP/1.1 406 Not Acceptable error"
the exact request I made was `curl -i -H "Accept: application/xml" -u API_KEY:X https://{domain}.freshdesk.com/helpdesk/tickets/view/View_ID`
I also tried using `curl -i -H "Accept:application/xml" -u API_KEY:X "https://{domain}.freshdesk.com/helpdesk/tickets.xml?filter_name=View_name&page=1"`
Freshdesk support gave me this answer
https://{domain}.freshdesk.com/helpdesk/tickets/view/View_ID?format=json
for now its owrking have to try on more data
Thank you guys, it will be more helpful if forms is active :)
How does this work with the API V2?
Helo Marco,
Good day ! As of now, we don't have this option in API V2 but it is bound to be added soon. We will update the topic once the custom view support on V2 is available :)
Cheers!
Hi !
Just a quick note to ask if this has been implemented in the v2 of the API now? The last update was over 2 years ago. Thanks !
@Nikita Did you get a chance to look at the filter tickets API?
Cheers!
Hi...filter ticket work with custom fields ?
tks...
@Willian Yes, it works with custom fields (Single line, dropdown, checkbox and Number type fields).
Cheers!