Learning Content
Number of APIs: 6
We are making updates to our collections. If you run into any issues pulling the latest changes, simply fork the collection again.
The 2 main uses for the externalized LinkedIn Learning APIs are for Learning Content and Learning Activity Reports.
Access to LinkedIn Learning APIs is available to members of our Partner Program and organizations that have purchased LinkedIn Learning site licenses.
Overview: https://docs.microsoft.com/en-us/linkedin/learning/overview/
Use this collection with the LinkedIn Learning Solutions environment
-
Use Cases-Learning Content-Learning Object by URN - Learning Assets by Individual Asset URN GET https://api.linkedin.com/v2/learningAssets/{{asset_urn}}
-
Use Cases-Learning Content-Criteria Finder - Learning Assets by Criteria Finder GET https://api.linkedin.com/v2/learningAssets?q=criteria&assetFilteringCriteria.assetTypes[0]=COURSE&assetFilteringCriteria.licensedOnly=true
-
Use Cases-Learning Content-Type Finder - Learning Assets by Locale and Type GET https://api.linkedin.com/v2/learningAssets?q=localeAndType&sourceLocale.language=en&sourceLocale.country=US&expandDepth=1&includeRetired=false&start=1000&count=20&assetType=COURSE
-
Use Cases-Learning Content-Type Finder - Learning Classification by Locale and Type GET https://api.linkedin.com/v2/learningClassifications?q=localeAndType&type=LIBRARY&sourceLocale.language=en&sourceLocale.country=US
-
Use Cases-Learning Content-Learning Classifications - Learning Classifications by Category Urn GET https://api.linkedin.com/v2/learningClassifications/{{category_urn}}
-
Use Cases-Learning Content-Learning Classifications - Learning Classifications by Keyword GET https://api.linkedin.com/v2/learningClassifications?q=keyword&keyword=business&sourceLocale.country=US&sourceLocale.language=en&start=0&count=100