The LinkedIn docs for the articles API show that I can get a particular article's content etc. by doing a
GET https://api.linkedin.com/v2/originalArticles/{originalArticlesId}
But it's not clear to me where I get that originalArticlesId
from. How do I list the articles that any given user has saved?
GET https://api.linkedin.com/v2/originalArticles
give? – Claustral