How to get all profile positions, including past

I tried several things to be able to extract all the profile positions, including past ones, and somehow it still does not work.

I will be able to overcome the positions of my direct connections, and then even by 2 or 3 degrees, I can only see current positions through the API, although I can see all the positions through the website.

I tried the technique described here: https://developer.linkedin.com/documents/accessing-out-network-profiles and even for profiles that are 3 degrees from me (so that is not from the network), this method only saves current positions . I used the specified headers and all, but only the current positions were returned.

Could you give me a working example of how to get ALL positions for connecting through 2 or 3 degrees through the API, ideally REST, as well as Javascript?

Is this possible given the current API?

I think it should, since I can see the information through the website, it should be somehow accessible through the API ...

Thank.

+5
source share
1 answer

API documentation for the available profile field , which fields are available, given the connection with the viewer. At the top of the table there is a table in which it is indicated that for someone other than compounds with the 1st degree, in relation to position data, he will return only "Current positions":

enter image description here

, , API .

+2

All Articles