LinkedIn · JSON Structure

Linkedin Learning Activity Reports Learning Activity Report Response Structure

LearningActivityReportResponse from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

elements paging

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-response-structure.json",
  "name": "LearningActivityReportResponse",
  "description": "LearningActivityReportResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LearningActivityReport"
      }
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}