Hello!
We are using the Freshsales Suit API, particularly:
- Get All Tasks - Freshsales | Refreshingly new CRM & Deal Management Software
- Get All Appointments - Freshsales | Refreshingly new CRM & Deal Management Software
- Get All Sales Activities - Freshsales | Refreshingly new CRM & Deal Management Software
For all cases we have encountered a problem that although via the Freshsales app we see a lot of tasks, appointments, activities the response comes back empty:
{
"tasks": [],
"meta": {
"total": 0
}
}
For cases where filters are defined we have tried all of them, but still were not able to get any data.
An exception is that appointments endpoint returns 25 results, but those are still far less than we actually have in the system.
Please help!