---
title: "Gets a single LinkedIn course via the LinkedIn extension"
method: GET
path: "/skills/view/linkedin"
tags: ["Skills"]
---

# Gets a single LinkedIn course via the LinkedIn extension

`GET /skills/view/linkedin`

**Requires permission:** *StaffMember*

## Query parameters

- `id` string, nullable

## Response `200`

Success - Retrieved a course

- GetLinkedInCourseByIdResponse
  - `course` LinkedInCourse
    - `urn` string, nullable
    - `details` Details
      - `images` Images
        - `primary` string, nullable
      - `descriptionIncludingHtml` DescriptionIncludingHtml
        - `locale` Locale
          - `country` string, nullable
          - `language` string, nullable
        - `value` string, nullable
      - `lastUpdatedAt` integer, nullable
      - `publishedAt` integer, nullable
      - `level` string, nullable
      - `discoverableBy` DiscoverableBy[], nullable
        - `accessor` Accessor
          - `name` Name
            - `locale` Locale
              - …
            - `value` string, nullable
          - `urn` string, nullable
      - `description` Description
        - `locale` Locale
          - `country` string, nullable
          - `language` string, nullable
        - `value` string, nullable
      - `shortDescription` ShortDescription
        - `locale` Locale
          - `country` string, nullable
          - `language` string, nullable
        - `value` string, nullable
      - `availability` string, nullable
      - `availableLocales` AvailableLocale[], nullable
        - `country` string, nullable
        - `language` string, nullable
      - `relationships` unknown[], nullable
        - unknown
      - `classifications` Classification[], nullable
        - `assigner` Assigner
          - `urn` string, nullable
          - `name` Name
            - `locale` Locale
              - …
            - `value` string, nullable
        - `path` Path[], nullable
          - `owner` Owner
            - `urn` string, nullable
            - `name` Name
              - …
          - `name` Name
            - `locale` Locale
              - …
            - `value` string, nullable
          - `urn` string, nullable
          - `type` string, nullable
        - `associatedClassification` AssociatedClassification
          - `owner` Owner
            - `urn` string, nullable
            - `name` Name
              - …
          - `name` Name
            - `locale` Locale
              - …
            - `value` string, nullable
          - `urn` string, nullable
          - `type` string, nullable
      - `urls` Urls2
        - `ssoLaunch` string, nullable
        - `webLaunch` string, nullable
      - `shortDescriptionIncludingHtml` ShortDescriptionIncludingHtml
        - `locale` Locale
          - `country` string, nullable
          - `language` string, nullable
        - `value` string, nullable
      - `contributors` Contributor[], nullable
        - `name` Name
          - `locale` Locale
            - `country` string, nullable
            - `language` string, nullable
          - `value` string, nullable
        - `urn` string, nullable
        - `contributionType` string, nullable
        - `authorDetails` AuthorDetails
          - `lastName` LastName
            - `locale` Locale
              - …
            - `value` string, nullable
          - `firstName` FirstName
            - `locale` Locale
              - …
            - `value` string, nullable
      - `timeToComplete` TimeToComplete
        - `duration` integer, nullable
        - `unit` string, nullable
    - `title` Title
      - `locale` Locale
        - `country` string, nullable
        - `language` string, nullable
      - `value` string, nullable
    - `type` string, nullable
    - `contents` Content[], nullable
      - `asset` Asset
        - `urn` string, nullable
        - `title` Title
          - `locale` Locale
            - `country` string, nullable
            - `language` string, nullable
          - `value` string, nullable
        - `type` string, nullable
        - `contents` Content[], nullable

## Other responses

- `400` — An Error Occurred - Could not retrieve course
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
