How to get the Job Detail URL and Job Apply URL when using getSearchRecords method

How to get the Job Detail URL and Job Apply URL when using getSearchRecords method

Greetings,

I am trying to get the Job Detail URL and Job Apply URL when using the getSearchRecords method on the JobOpenings module.

Based on the documentation, setting the publishURL parameter to true the API should return the Job Detail URL and Job Apply URL
Documentation: https://help.zoho.com/portal/en/kb/recruit/developer-guide/api-methods/articles/getsearchrecords#Job_Opening_Specific_Parameter

Example request:
https://recruit.zoho.eu/recruit/private/json/JobOpenings/getSearchRecords?authtoken=Token&scope=recruitapi&version=2&selectColumns=JobOpenings(Posting Title)&searchCondition=(Job Opening Status|=|In-progress)&publishURL=true


Thanks for your help,
Cheers!

PS: The Job Detail URL and Job Apply URL are returned correctly when calling the getRecordById method with the publishUrl set to true.