I would like to display the list of jobs sorted by country, on my company's website. However, since I'm only receiving the job's location when calling the API, it means I have to map a location (city) to its country myself, by administrating my own "city to country" dictionary. This is a shame since the mapping is already set by the HR team on lever's backend platform. Would it be possible, for each job returned by the API, to get the country corresponding to the job's location?
Hello,
I would like to display the list of jobs sorted by country, on my company's website. However, since I'm only receiving the job's location when calling the API, it means I have to map a location (city) to its country myself, by administrating my own "city to country" dictionary. This is a shame since the mapping is already set by the HR team on lever's backend platform. Would it be possible, for each job returned by the API, to get the country corresponding to the job's location?
Thanks in advance, Pierre