LinkedIn · Example Payload

Linkedin Marketing Leads Get Forms For The Response200 Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

Linkedin Marketing Leads Get Forms For The Response200 Example is an example object payload from LinkedIn, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pagingelements

Example Payload

Raw ↑
{
  "paging": {
    "start": 42,
    "count": 42,
    "links": [],
    "total": 42
  },
  "elements": [
    {
      "reviewInfo": {
        "rejectionReasons": {},
        "lastUpdated": {},
        "reviewStatus": {}
      },
      "owner": {
        "sponsoredAccount": {}
      },
      "hiddenFields": [],
      "versionId": 42,
      "created": 42,
      "creationLocale": {
        "country": {},
        "language": {}
      },
      "name": "Example Professional",
      "id": 42,
      "lastModified": 42,
      "state": "example_value"
    }
  ]
}