9. Schedule periodic form response (lead) pulls
GET {{baseUrl}}/eventFormResponses?q=owner&leadType=EVENT&projection=(elements*(id%2CleadType%2CsubmittedAt%2Cform~(name%2Cid%2ChiddenFields)%2CformResponse(consentResponses%2Canswers*(question~(name)%2CanswerDetails))))&count=300&owner=(organization:urn%3Ali%3Aorganization%3A73841066)&submittedAtTimeRange=(start:1639589807000,end:1640194607000)&versionedLeadGenFormUrn={{versioned_form_urn}}
This example pulls back all Event form responses (leads) for a specific versioned form and utilizes projection to fetch fields for associated objects without having to make additional calls to those endpoints.
It also uses submittedAtTimeRange
to pull back leads during a certain timeframe.
Refer to Get Event Lead Gen Form Responses for more information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
leadType | string | ||
projection | string | ||
count | number | ||
owner | string | ||
submittedAtTimeRange | string | ||
versionedLeadGenFormUrn | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
LinkedIn-Version | string | ||
X-Restli-Protocol-Version | string |