LinkedIn · JSON Structure

Linkedin Marketing Community Batch Get On Administered Response200 Structure

BatchGetOnAdministeredResponse200 from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

results statuses errors

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-batch-get-on-administered-response200-structure.json",
  "name": "BatchGetOnAdministeredResponse200",
  "description": "BatchGetOnAdministeredResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "results": {
      "type": "object",
      "properties": {
        "89758488": {
          "type": "object",
          "properties": {
            "vanityName": {
              "type": "string"
            },
            "localizedName": {
              "type": "string"
            },
            "website": {
              "type": "object",
              "properties": {
                "localized": {
                  "type": "object",
                  "properties": {
                    "en_US": {
                      "type": "string"
                    }
                  }
                },
                "preferredLocale": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "groups": {
              "type": "array",
              "items": {}
            },
            "versionTag": {
              "type": "string"
            },
            "defaultLocale": {
              "type": "object",
              "properties": {
                "country": {
                  "type": "string"
                },
                "language": {
                  "type": "string"
                }
              }
            },
            "alternativeNames": {
              "type": "array",
              "items": {}
            },
            "specialties": {
              "type": "array",
              "items": {}
            },
            "parentRelationship": {
              "type": "object",
              "properties": {
                "relationshipStatus": {
                  "type": "string"
                },
                "parent": {
                  "type": "string"
                }
              }
            },
            "localizedSpecialties": {
              "type": "array",
              "items": {}
            },
            "industries": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "name": {
              "type": "object",
              "properties": {
                "localized": {
                  "type": "object",
                  "properties": {
                    "en_US": {
                      "type": "string"
                    }
                  }
                },
                "preferredLocale": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "primaryOrganizationType": {
              "type": "string"
            },
            "id": {
              "type": "int32"
            },
            "autoCreated": {
              "type": "boolean"
            },
            "localizedWebsite": {
              "type": "string"
            }
          }
        }
      }
    },
    "statuses": {
      "type": "object",
      "properties": {
        "35625943": {
          "type": "int32"
        },
        "89758488": {
          "type": "int32"
        }
      }
    },
    "errors": {
      "type": "object",
      "properties": {
        "35625943": {
          "type": "object",
          "properties": {
            "message": {
              "type": "string"
            },
            "status": {
              "type": "int32"
            }
          }
        }
      }
    }
  }
}