LinkedIn · Schema

RetrieveAuthenticatedUsersSponsoredResponse200

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
paging object
elements array
View JSON Schema on GitHub

JSON Schema

linkedin-retrieveauthenticateduserssponsoredresponse200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetrieveAuthenticatedUsersSponsoredResponse200",
  "title": "RetrieveAuthenticatedUsersSponsoredResponse200",
  "type": "object",
  "properties": {
    "paging": {
      "type": "object",
      "properties": {
        "start": {
          "type": "integer"
        },
        "count": {
          "type": "integer"
        },
        "links": {
          "type": "array",
          "items": {}
        },
        "total": {
          "type": "integer"
        }
      }
    },
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "user": {
            "type": "string"
          },
          "account": {
            "type": "string"
          },
          "role": {
            "type": "string"
          }
        }
      }
    }
  }
}