【发布时间】:2021-04-26 19:04:18
【问题描述】:
我想获取员工最近 2 个月和未来 2 个月的缺勤数据。
REST API:https://host:port/hcmRestApi/resources/11.13.18.05/absences
https://host:port/hcmRestApi/resources/11.13.18.05/absences?q=startDate 在 '2018-09-22' 和 '2018-09-25' 之间 https://host:port/hcmRestApi/resources/11.13.18.05/absences?q=startDate>2018-09-22;startDate
尝试了不同的选项,但没有成功。请指教!
谢谢!
【问题讨论】:
-
我尝试使用 startDate 和 endDate 字段,但没有运气。 host:port/hcmRestApi/resources/11.13.18.05/… 出现错误无法从字符串 2018-09-01&endDate
-
Working host:port/hcmRestApi/resources/11.13.18.05/… 但我想知道如何获取两个 startDates 之间的数据
标签: oracle api rest query-parameters fusion