LinkedIn · JSON Structure

Linkedin Marketing Community Retrieve Organization Follower Count Response200 Structure

RetrieveOrganizationFollowerCountResponse200 from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

RetrieveOrganizationFollowerCountResponse200 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

firstDegreeSize

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-retrieve-organization-follower-count-response200-structure.json",
  "name": "RetrieveOrganizationFollowerCountResponse200",
  "description": "RetrieveOrganizationFollowerCountResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "firstDegreeSize": {
      "type": "int32",
      "example": 42
    }
  }
}