LinkedIn · JSON Structure

Linkedin Marketing Audience Stream Result Element Structure

StreamResultElement from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

status

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