Skip to main content
Solved

Appointment Retrievals Using API

  • November 17, 2024
  • 1 reply
  • 17 views

ajoudeh
Apprentice

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 ​@ajoudeh 

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.

  • Open appointments show all the future meetings.
  • Completed appointments show all the past meetings. 

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.

View original
Did this topic help you find an answer to your question?

1 reply

pradipta.chandra
Community Manager
Forum|alt.badge.img+5

Hi ​@ajoudeh 

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.

  • Open appointments show all the future meetings.
  • Completed appointments show all the past meetings. 

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.


Reply