Learning Classifications by Category Urn
GET https://api.linkedin.com/v2/learningClassifications/{{category_urn}}
To retrieve an individual learning classification, given an URN, issue a GET request to the following endpoint: GET https://api.linkedin.com/v2/learningClassifications/{URN}
The URN types supported by this endpoint are urn:li:lyndaCategory
and urn:li:skill
.
Documentation: https://docs.microsoft.com/en-us/linkedin/learning/integrations/retrieve-an-individual-learning-object#learningclassifications-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
Key | Datatype | Required | Description |
---|---|---|---|
targetLocale.language | string | The locale language the API will use to try to localize the learning classification. 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.country | string | The locale country the API will use to try to localize the learning classification. 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". |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
referer | string |
RESPONSES
status: OK
{"urn":"urn:li:lyndaCategory:7220","owner":{"urn":"urn:li:company:0000","name":{"locale":{"country":"US","language":"en"},"value":"LinkedIn"}},"name":{"locale":{"country":"US","language":"en"},"value":"Audio Post-Production"},"type":"TOPIC"}