1
votes

I am trying to get comments to one particular Company status update using update-key. It is not documented in the manual, but when trying to call the link similar to Network status update link I can get some data, but the result data is not correct (it's addressed to another post). The link is : http://api.linkedin.com/v1/companies/{company_id}/updates/key={update-key}/update-comments .

I am just wondering whether it is possible using API and whether this feature is in plans?

2

2 Answers

0
votes

Reading Company updates is available in preview mode as of this answer:

https://developer.linkedin.com/reading-company-updates

However, there does not appear to be any published support for pulling a particular update by it's id. You can specify the type, and paginate through the results, but pulling a particular update does not appear to be supported, per the docs linked above.

0
votes

This is actually possible, however the LinkedIn API documentation seems to have some typos in the examples:

v1/companies/{company_id}/updates/key={update_key}

I was able to get this to work!