Get Started with Redwood for Oracle Cloud HCM Begin Now
set-up queries for any new or updated employee entry, using the Oracle HCM REST API
Summary
best approach to get any new or updated employee entry, using the Oracle HCM REST APIContent
We are trying to set-up queries for any new or updated employee entry, using the Oracle API, as following:
Updated employee:
https://{{baseURL}}/hcmRestApi/resources/latest/emps?expand=assignments&limit=50&offset=0&orderBy=LastUpdateDate:desc&q=LastUpdateDate>=<date>
these are working fine but is there any better way of setting up queries with parameters ?
0