LinkedIn · JSON Structure

Linkedin Sales Navigator Sales Analytics Export Job Request Structure

SalesAnalyticsExportJobRequest from LinkedIn API

Type: object Properties: 3 Required: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

contract startAt endAt

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-sales-navigator-sales-analytics-export-job-request-structure.json",
  "name": "SalesAnalyticsExportJobRequest",
  "description": "SalesAnalyticsExportJobRequest from LinkedIn API",
  "type": "object",
  "properties": {
    "contract": {
      "type": "string",
      "description": "Sales Navigator contract URN",
      "example": "urn:li:salesContract:12345"
    },
    "startAt": {
      "type": "int32",
      "description": "Start date of the exported data (milliseconds since epoch)",
      "example": 1638316800000
    },
    "endAt": {
      "type": "int32",
      "description": "End date of the exported data (milliseconds since epoch)",
      "example": 1640908800000
    }
  },
  "required": [
    "contract",
    "startAt",
    "endAt"
  ]
}