LinkedIn · JSON Structure

Linkedin Sales Navigator Sales Analytics Export Job Response Structure

SalesAnalyticsExportJobResponse from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

value

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-response-structure.json",
  "name": "SalesAnalyticsExportJobResponse",
  "description": "SalesAnalyticsExportJobResponse from LinkedIn API",
  "type": "object",
  "properties": {
    "value": {
      "$ref": "#/components/schemas/SalesAnalyticsExportJob"
    }
  }
}