Learning Classification by Locale and Type
To retrieve a page of learning classifications, given some criteria, issue a GET call to the following endpoint: GET https://api.linkedin.com/v2/learningClassifications?q=localeAndType
Documentation: https://docs.microsoft.com/en-us/linkedin/learning/integrations/locale-and-type-api#learningclassifications-localeandtype-finder
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 |
---|---|---|---|
q | string | The value of this parameter should always be: localeAndType. | |
type | string | The type of the learning classifications. The value of this parameter should be LIBRARY, SUBJECT, or TOPIC. | |
sourceLocale.language | string | The locale language of the learning classifications. 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". | |
sourceLocale.country | string | The locale country of the learning classifications. 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". | |
start | null | ||
count | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
referer | string |