Hi, how i can retrieves appointment using API based on date rang. i tried crm/sales/api/appointments but not able to set the filters
Thanks
Hi, how i can retrieves appointment using API based on date rang. i tried crm/sales/api/appointments but not able to set the filters
Thanks
Best answer by pradipta.chandra
Hi
Thank you for reaching out to us with your query.
https://developers.freshworks.com/crm/api/#view_an_appointment - at present, we only support two types of filtering with regards to filtering appointments via API, and i.e., viewing Open and Completed appointments.
Sample CURL:
curl -H "Authorization: Token token=sfg999666t673t7t82" -H "Content-Type: application/json" -X GET https://domain.myfreshworks.com/crm/sales/api/appointments?filter=open&include=creater
For Completed, you can use “filter=completed”
It would be great of you can drop us an email at crm-support@freshworks.com with your business requirement details so that we can check if there is any other workaround for your query.
Awaiting your reply.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.