As a request-savvy integrator
I want the employeeModel to include an array of current job IDs
So that I don't have to make additional calls to get that
In our use-case, we always need certain information about the current job(s) that an employee has. In order to use and present the data, we must make requests to obtain first the employee, then the jobs (filtering by employee ID and active). If the employee model included the job IDs, we would be able to significantly reduce our API calls, improving user experience and reducing server load.
We are looking into this feature. There have been a few requests for various links to be present in the employee model to reduce calls.
As a result we are planning to introduce a LINKS section to the employee model that will provide links to other end points including links for active job, this should then allow you to take the provided link and call it directly.
Please keep an eye on our coming soon page here: https://help-iris.co.uk/hr/cascade/api/comingsoon/coming-soon.htm for a release date.