Hi.
I am currently integrating the CATS API on behalf of my Client. What they are trying to achieve is a list of all the job listings on their website with a button to link a user to the apply page on the cats portal.
When I retrieve a list of jobs from the API, the returned job data does not include the job url. When I retrieve a list of jobs from a portal first using the /portal/{id}/jobs endpoint then I do get the job url. Is this design intentional or just a discrepancy between in data returned for jobs between the two endpoints that needs to be fixed? Because this is additionally causing me to have to make more requests and given the amount of jobs the client lists there is a high chance we will hit the request limit of 500 per hour. So secondly I would like to know if it is possible to raise this request limit in any way possible?
Much appreciated.