I was looking into a way to get the time entry pet account for report/billing purposes.
But using a custom function to get the Account information.Using this for the time being:
response = zoho.desk.getRecordById(orgid,"Accounts",accountid);
It doesn't give back information about time entry. Looking for any function or API to get the time to be able to manage billing and general information.
Thanks in advance.