LinkedIn · JSON Structure

Linkedin Marketing Leads Get The Users Sponsored Response200 Structure

GetTheUsersSponsoredResponse200 from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

paging elements

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-leads-get-the-users-sponsored-response200-structure.json",
  "name": "GetTheUsersSponsoredResponse200",
  "description": "GetTheUsersSponsoredResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "paging": {
      "type": "object",
      "properties": {
        "start": {
          "type": "int32"
        },
        "count": {
          "type": "int32"
        },
        "links": {
          "type": "array",
          "items": {}
        },
        "total": {
          "type": "int32"
        }
      }
    },
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "id": {
            "type": "int32"
          },
          "test": {
            "type": "boolean"
          },
          "referenceInfo": {
            "type": "object",
            "properties": {
              "organization": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "object",
                    "properties": {
                      "localized": {
                        "type": "object",
                        "properties": {
                          "en_US": {
                            "type": "string"
                          }
                        }
                      },
                      "preferredLocale": {
                        "type": "object",
                        "properties": {
                          "country": {
                            "type": "string"
                          },
                          "language": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  },
                  "vanityName": {
                    "type": "string"
                  },
                  "localizedName": {
                    "type": "string"
                  },
                  "id": {
                    "type": "int32"
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}