LinkedIn · JSON Structure
Linkedin Marketing Leads Get Forms For The Response200 Structure
GetFormsForTheResponse200 from LinkedIn API
Type: object
Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000
GetFormsForTheResponse200 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
{
"$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-forms-for-the-response200-structure.json",
"name": "GetFormsForTheResponse200",
"description": "GetFormsForTheResponse200 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": {
"reviewInfo": {
"type": "object",
"properties": {
"rejectionReasons": {
"type": "array",
"items": {}
},
"lastUpdated": {
"type": "int32"
},
"reviewStatus": {
"type": "string"
}
}
},
"owner": {
"type": "object",
"properties": {
"sponsoredAccount": {
"type": "string"
}
}
},
"hiddenFields": {
"type": "array",
"items": {}
},
"versionId": {
"type": "int32"
},
"created": {
"type": "int32"
},
"creationLocale": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"id": {
"type": "int32"
},
"lastModified": {
"type": "int32"
},
"state": {
"type": "string"
},
"content": {
"type": "object",
"properties": {
"questions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"questionId": {
"type": "int32"
},
"question": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"sv_SE": {
"type": "string"
}
}
}
}
},
"responseEditable": {
"type": "boolean"
},
"name": {
"type": "string"
},
"questionDetails": {
"type": "object",
"properties": {
"textQuestionDetails": {
"type": "object",
"properties": {
"maxResponseLength": {
"type": "int32"
}
}
}
}
},
"predefinedField": {
"type": "string"
},
"responseRequired": {
"type": "boolean"
}
}
}
},
"description": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"sv_SE": {
"type": "string"
}
}
}
}
},
"postSubmissionInfo": {
"type": "object",
"properties": {
"message": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"sv_SE": {
"type": "string"
}
}
}
}
},
"callToAction": {
"type": "object",
"properties": {
"callToActionTarget": {
"type": "object",
"properties": {
"landingPageUrl": {
"type": "string"
}
}
},
"callToActionLabel": {
"type": "string"
}
}
}
}
},
"legalInfo": {
"type": "object",
"properties": {
"consents": {
"type": "array",
"items": {}
},
"legalInfoId": {
"type": "int32"
},
"privacyPolicyUrl": {
"type": "string"
},
"legalDisclaimer": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"sv_SE": {
"type": "string"
}
}
}
}
}
}
},
"headline": {
"type": "object",
"properties": {
"localized": {
"type": "object",
"properties": {
"sv_SE": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}
}