Hello,
I've noticed that the "Created Time" field is visible in the Zoho Canvas view for my Accounts Module. However, I'm unable to retrieve this field's value via the Zoho CRM API.
Specifically, when using the /search endpoint for the Accounts module, the Created_Time field is not included in the API response, even when I explicitly request it using the fields parameter.
Here is the API call I tried:
/search?module=Accounts&criteria=(Account_Type%3Astarts_with%3ACompany)AND(BROKER_ID%3Aequals%3A1)
This also: /search?module=Accounts&criteria=(Account_Type%3Astarts_with%3ACompany)AND(BROKER_ID%3Aequals%3A1)&fields=Created_Time
Kind regards, Marco