LinkedIn · JSON Structure

Linkedin Learning Activity Reports Learning Activity Report Structure

LearningActivityReport from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

LearningActivityReport is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

latestDataAt activities learnerDetails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-learning-activity-reports-learning-activity-report-structure.json",
  "name": "LearningActivityReport",
  "description": "LearningActivityReport from LinkedIn API",
  "type": "object",
  "properties": {
    "latestDataAt": {
      "type": "int64",
      "description": "Timestamp of the latest data included in this report",
      "example": 1632207540000
    },
    "activities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LearningActivity"
      }
    },
    "learnerDetails": {
      "$ref": "#/components/schemas/LearnerDetails"
    }
  }
}