LinkedIn · Schema

PagingLink

PagingLink from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
rel string
href string
type string
View JSON Schema on GitHub

JSON Schema

linkedin-learning-activity-reports-paging-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-learning-activity-reports-paging-link-schema.json",
  "title": "PagingLink",
  "description": "PagingLink from LinkedIn API",
  "type": "object",
  "properties": {
    "rel": {
      "type": "string",
      "example": "next"
    },
    "href": {
      "type": "string",
      "example": "/v2/learningActivityReports?aggregationCriteria.primary=ACCOUNT&count=1&q=criteria&start=1&startedAt=1627267600000&timeOffset.duration=7&timeOffset.unit=DAY"
    },
    "type": {
      "type": "string",
      "example": "application/json"
    }
  }
}