Zoho People API 今天生日

Zoho People API Today Birthday

我正在使用 "Search Records based on record values" People Zoho API 来获取今天生日的用户列表。

Purpose: This API is used to fetch all the records of a form based on the record values.

Request URL: https://people.zoho.com/people/api/forms//getRecords?authtoken=****&searchParams={searchField: '', searchOperator: '', searchText : ''}

但是 none 的运算符允许我在 "like" 模式下搜索 Date_of_birth。例如:

https://people.zoho.com/people/api/forms/employee/getRecords?authtoken=c****&searchParams={searchField : 'Date_of_birth', searchOperator : 'Starts_With', searchText : '2-Jul'}

会return错误:

The search operator 'Starts_With' is invalid for the search field 'Date_of_birth'

和其他日期运算符,不允许获取在指定日期有生日的记录列表。

  1. 我使用的方法是否正确?正确的参数是什么?
  2. 如果我使用的方法不正确,正确的方法和要使用的正确参数是什么?

从 Zoho 支持收到的官方答复指出 Zoho API 中不存在此类功能。因此无法获得今天生日的员工列表:

Hello Oleg, Greetings from Zoho people! With regards to your query, As of now, we do not have any options to fetch the employee whose birthday falls today through API. If he wants to be notified when the employee has their birthday, we can set the mail alert via workflows. Have a great day !

一个API,可以获取在Zoho people中修改了数据属性的用户。 (例如,任何属性在过去 24 小时内在 Zoho 端被修改的任何用户应该只被 API 捕获)