LinkedIn · JSON Structure

Linkedin Marketing Audience Insights Paging Link Structure

PagingLink from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

PagingLink 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

rel href type

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-marketing-audience-insights-paging-link-structure.json",
  "name": "PagingLink",
  "description": "PagingLink from LinkedIn API",
  "type": "object",
  "properties": {
    "rel": {
      "type": "string",
      "example": "next"
    },
    "href": {
      "type": "string",
      "example": "/rest/adTargetingEntities?q=typeahead&query=united%20states&start=10&count=10"
    },
    "type": {
      "type": "string",
      "example": "application/json"
    }
  }
}