Learning Assets by Individual Asset URN

GET https://api.linkedin.com/v2/learningAssets/{{asset_urn}}

To retrieve an individual learning asset, given an URN, issue a GET request to the following endpoint: GET https://api.linkedin.com/v2/learningAssets/{URN}

The URN types supported by this endpoint are urn:li:lyndaCourse, urn:li:lyndaChapter, and urn:li:lyndaVideo.

Documentation: https://docs.microsoft.com/en-us/linkedin/learning/integrations/retrieve-an-individual-learning-object#learningassets-get

Access to LinkedIn Learning APIs is available to members of our Partner Program and organizations that have purchased LinkedIn Learning site licenses.

Request Params

KeyDatatypeRequiredDescription
targetLocale.languagestringThe locale language the API will use to try to localize the learning asset. The value of this parameter should be de, en, es, fr, or ja. These values correspond to the locales "de_DE", "en_US", "es_ES", "fr_FR", and "ja_JP".
targetLocale.countrystringThe locale country the API will use to try to localize the learning asset. The value of this parameter should be DE, US, ES, FR, or JP. These values correspond to the locales "de_DE", "en_US", "es_ES", "fr_FR", and "ja_JP".
expandDepthnumberThe number of levels in the learning asset hierarchy to include asset details. Default is 1.
includeRetiredbooleanWhether to include retired learning assets. The value of this parameter should be true or false.

HEADERS

KeyDatatypeRequiredDescription
refererstring

RESPONSES

status: OK

"{\n  \"urn\": \"urn:li:lyndaCourse:111779\",\n  \"contents\": [\n    {\n      \"asset\": {\n        \"urn\": \"urn:li:lyndaChapter:(urn:li:lyndaCourse:111779,119368)\",\n        \"contents\": [\n          {\n            \"asset\": {\n              \"urn\": \"urn:li:lyndaVideo:(urn:li:lyndaCourse:111779,119369)\",\n              \"contents\": [],\n              \"type\": \"VIDEO\",\n              \"title\": {\n                \"locale\": {\n                  \"country\": \"US\",\n                  \"language\": \"en\"\n                },\n                \"value\": \"Welcome\"\n              }\n            }\n          },\n    …\n  ],\n  …\n  \"type\": \"COURSE\",\n  \"title\": {\n    \"locale\": {\n      \"country\": \"US\",\n      \"language\": \"en\"\n    },\n    \"value\": \"Audition: Mixing a Short Film\"\n  }\n}"