List Web Forms
Returns a list of web forms. Can be filtered to a specific campaign.
Path Parameters
idstring
Optionally filter by the id of the campaign to only return web forms for a campaign.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"webforms": [{
"AssetType": 3,
"id": 622,
"uid": "8zynz",
"version": 2,
"previewUrl": "https://cdn-us-1.azureedge.net/c8l1n7l0o5n5c992/assets/asset-WebForm-622.png?t=o95a",
"campaignId": 3384,
"tenantUID": "c8l1n7l0o5n5c992",
"name": "Free Week Request",
"description": "Contacts interested in a free week.",
"formType": "NewLead",
"message": "\u003Cp\u003EThank you so much! Please check your inbox for an email from us, and our manager will follow up with you soon as well!\u003C/p\u003E",
"status": "Active",
"action": "Message",
"formTemplateId": 0,
"formItems": [
{
"inputType": "Textbox",
"html": "\u003Clabel\u003EFirst name\u003C/label\u003E\u003Cinput type=\"textbox\" class=\"form-control required\" name=\"FirstName\" placeholder=\"Your first name\"\u003E",
"required": true,
"name": null,
"items": []
},
{
"inputType": "Textbox",
"html": "\u003Clabel\u003ELast name\u003C/label\u003E\u003Cinput type=\"textbox\" class=\"form-control required\" placeholder=\"Your last name\" name=\"LastName\"\u003E",
"required": true,
"name": null,
"items": []
},
{
"inputType": "Textbox",
"html": "\u003Clabel\u003EPhone number\u003C/label\u003E\u003Cinput type=\"textbox\" class=\"form-control required\" placeholder=\"Your phone number\" name=\"MobilePhone\"\u003E",
"required": true,
"name": null,
"items": []
},
{
"inputType": "Textbox",
"html": "\u003Clabel\u003EEmail address\u003C/label\u003E\u003Cinput type=\"textbox\" class=\"form-control required\" placeholder=\"Your email address\" name=\"Email\"\u003E",
"required": true,
"name": null,
"items": []
},
{
"inputType": "InputButton",
"html": "\u003Cdiv style=\"text-align: center;\"\u003E\u003Cbutton type=\"submit\" class=\"ds-cta-button primary-cta\" style=\"padding: 15px 20px; margin-top: 15px; background-color: rgb(255, 34, 162); color: rgb(255, 255, 255); border: none;\"\u003ESUBMIT\u003C/button\u003E\u003C/div\u003E",
"required": false,
"name": null,
"items": []
}
],
"ctaButton": {
"id": null,
"css": null,
"text": null
},
"redirectUrl": "",
"reverse_ip_lookup": true,
"enableRecaptcha": false,
"meta_author": "",
"meta_description": "",
"meta_image": "",
"google_ads_conversion": "",
"date_created": "2020-06-11T20:23:22.34",
"date_last_modified": "2025-05-14T18:35:46.11",
"isEnabled": true
}
]
}
}