LinkedIn · Schema

RetrieveOrganizationFollowerCountResponse200

RetrieveOrganizationFollowerCountResponse200 from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
firstDegreeSize integer
View JSON Schema on GitHub

JSON Schema

linkedin-marketing-community-retrieve-organization-follower-count-response200-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-marketing-community-retrieve-organization-follower-count-response200-schema.json",
  "title": "RetrieveOrganizationFollowerCountResponse200",
  "description": "RetrieveOrganizationFollowerCountResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "firstDegreeSize": {
      "type": "integer",
      "example": 42
    }
  }
}