Skip to main content
Retrieve a list of lead forms for a specified owner.
External DocumentationTo learn more, visit the LinkedIn documentation.

Parameters

ParameterDescription
CountThe maximum number of results to return per page.
OwnerThe owner URN only.

Note: According to the selected Owner Type, Use a urn:li:sponsoredAccount:..., or a urn:li:organization:... URN.

Examples:
* urn:li:sponsoredAccount:522529623
* urn:li:organization:5509810
Owner TypeSelect whether owner is a sponsored account or an organization.
StartThe pagination offset indicating the starting point for the next set of results.

Example Output

{
	"elements": [
		{
			"owner": {
				"organization": "urn:li:organization:5509810"
			},
			"hiddenFields": [
				{
					"name": "Entity name",
					"value": "Nimbus 2000"
				}
			],
			"versionId": 1,
			"creationLocale": {
				"country": "US",
				"language": "en"
			},
			"created": 1610579725356,
			"name": "LeadGen form for Nimbus 2000",
			"id": 6755260984438374400,
			"lastModified": 1610579725356,
			"state": "PUBLISHED",
			"content": {
				"questions": [
					{
						"questionId": 10548,
						"question": {
							"localized": {
								"en_US": "First Name"
							}
						},
						"responseEditable": true,
						"name": "firstName",
						"questionDetails": {
							"textQuestionDetails": {
								"maxResponseLength": 300
							}
						},
						"predefinedField": "FIRST_NAME",
						"responseRequired": true
					},
					{
						"questionId": 10540,
						"question": {
							"localized": {
								"en_US": "Last Name"
							}
						},
						"responseEditable": true,
						"name": "lastName",
						"questionDetails": {
							"textQuestionDetails": {
								"maxResponseLength": 300
							}
						},
						"predefinedField": "LAST_NAME",
						"responseRequired": true
					}
				],
				"description": {
					"localized": {
						"en_US": "Share your information below with {localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} to be contacted with more information about Nimbus 2000"
					}
				},
				"headline": {
					"localized": {
						"en_US": "Contact {localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} about Nimbus 2000"
					}
				},
				"legalInfo": {
					"consents": [
						{
							"checkRequired": false,
							"id": 1,
							"consent": {
								"localized": {
									"en_US": "{localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} may contact me via email"
								}
							}
						}
					],
					"legalInfoId": 5604,
					"privacyPolicyUrl": "https://cadfad.com/abc",
					"legalDisclaimer": {
						"localized": {
							"en_US": "All emails include an unsubscribe link; you may opt out at any time. {localized={en_US=Mario Kart 8 Deluxe, es_ES=Mario Coche 8 Deluxe}, preferredLocale={country=US, language=en}} will not sell or distribute your email address. See our Privacy Policy for more information on how we product and manage your data."
						}
					}
				}
			}
		}
	],
	"paging": {
		"start": 0,
		"count": 1,
		"links": []
	}
}

Workflow Library Example

Find Lead Forms by Owner with Linkedin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop