LinkedIn · JSON Structure

Linkedin Talent Recruiter System Connect Application Data Structure

ApplicationData from LinkedIn API

Type: object Properties: 10
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

atsCandidateId atsJobPostingId atsJobPostingName candidateEmail firstName lastName source dispositionReason atsCreatedAt atsLastModifiedAt

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-talent-recruiter-system-connect-application-data-structure.json",
  "name": "ApplicationData",
  "description": "ApplicationData from LinkedIn API",
  "type": "object",
  "properties": {
    "atsCandidateId": {
      "type": "string",
      "example": "CAND-001"
    },
    "atsJobPostingId": {
      "type": "string",
      "example": "JOB-2024-001"
    },
    "atsJobPostingName": {
      "type": "string",
      "example": "Senior Software Engineer"
    },
    "candidateEmail": {
      "type": "string",
      "format": "email",
      "example": "johndoe@example.com"
    },
    "firstName": {
      "type": "string",
      "example": "John"
    },
    "lastName": {
      "type": "string",
      "example": "Doe"
    },
    "source": {
      "type": "string",
      "example": "Referral"
    },
    "dispositionReason": {
      "type": "string",
      "example": ""
    },
    "atsCreatedAt": {
      "type": "int64",
      "example": 1702693664000
    },
    "atsLastModifiedAt": {
      "type": "int64",
      "example": 1702693664000
    }
  }
}