Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Thanks, but what I'm actually trying to do is extract the people of a
certain company (whose ID I got).
getCompanyById can get me the company, but not the workers..
I saw I could search for people and use the search parameter "Company Name"
but I'm afraid to receive results of a wrong company with the same or
similar name..
Is there any way to search for people in a specific company by the company's
ID?
Thanks again.
Ran.
Original comment by cre...@gmail.com
on 5 Aug 2011 at 4:20
Yes. You can use people search API and use below url -
https://api.linkedin.com/v1/people-search:(people:(id,distance,first-name,last-n
ame,positions:(title,company:(id,name))))?facet=current-company,COMPANYID&facet=
current-company,COMPANYID
To achieve this, u might need to extend LinkedInApiJaxbClient and then
Construct the url using above parameters for people search and then
People search = readResponse(PeopleSearch.class,
callApiMethod(url)).getPeople();
Original comment by amit.muj...@gmail.com
on 18 Nov 2013 at 8:49
Original issue reported on code.google.com by
cre...@gmail.com
on 4 Aug 2011 at 4:24