LinkedIn · Schema

StreamResultElement

StreamResultElement from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
status integer HTTP status code for this element
View JSON Schema on GitHub

JSON Schema

linkedin-marketing-audience-stream-result-element-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-audience-stream-result-element-schema.json",
  "title": "StreamResultElement",
  "description": "StreamResultElement from LinkedIn API",
  "type": "object",
  "properties": {
    "status": {
      "type": "integer",
      "description": "HTTP status code for this element",
      "example": 201
    }
  }
}