LinkedIn · Schema

CrmDataValidationExportJobRequest

CrmDataValidationExportJobRequest from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
exportStartAt integer Time at which export was started
View JSON Schema on GitHub

JSON Schema

linkedin-sales-navigator-crm-data-validation-export-job-request-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-sales-navigator-crm-data-validation-export-job-request-schema.json",
  "title": "CrmDataValidationExportJobRequest",
  "description": "CrmDataValidationExportJobRequest from LinkedIn API",
  "type": "object",
  "properties": {
    "exportStartAt": {
      "type": "integer",
      "format": "int64",
      "description": "Time at which export was started",
      "example": 1640000000000
    }
  }
}