Learning Classifications by Keyword
To retrieve learning classifications for a keyboard, use a GET request supplied with a keyword to receive all of the classifications for that keyword. https://api.linkedin.com/v2/learningClassifications?q=keyword&keyword=business
Documentation: https://docs.microsoft.com/en-us/linkedin/learning/reference/learningclassifications#keyword
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 keyword. | |
keyword | string | The keyword string to search learning classifications. The search results will include only learning classifications matching this keyword string, as determined by LinkedIn Learning's relevance algorithm. The value of this parameter is case-insensitive. | |
sourceLocale.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". | |
sourceLocale.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". | |
start | number | The start index of learning classifications for the page. | |
count | number | The number of learning classifications to include in the page. The maximum supported count is 100 classifications per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
referer | string |