Getting List of Profiles
General discussionI need to get a list of jobs and a list of candidates that have applied for the job along with their details. Reading the documentation, the only way to do it is to use the search API to get the list and sending separate request for each search result to get the details. Is it possible to do it in a different way (preferably a single request to get the list and its details)?