LinkedIn · JSON Structure

Linkedin Marketing Community Lookup By Organization Primary Response200 Structure

LookupByOrganizationPrimaryResponse200 from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

LookupByOrganizationPrimaryResponse200 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

primaryOrganizationType

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-community-lookup-by-organization-primary-response200-structure.json",
  "name": "LookupByOrganizationPrimaryResponse200",
  "description": "LookupByOrganizationPrimaryResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "primaryOrganizationType": {
      "type": "string",
      "example": "example_value"
    }
  }
}