Webform List
Use this API to return an array of all of your webforms. You can filter, search and sort webforms.
Authorizations
Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.
Headers
application/json
Body
Maximum number of elements to return.
Maximum: 100 Minimum: 10
You can retrieve a subset of records starting from the page value you have specified. You can add a limit, which will determine the number of records you can retrieve on a single page.
Starts From: 1
Filter form by name , giving name in search keyword
1Sort list data based on this field
Available sort fields - name, modifiedDate, view_count, submission_count, new_contact_count
1If sort_field is given then sort_order is required
Sorting order for sort field
Available sort orders - asc, ASC, desc, DESC
1Filter forms based on modified date.
1Filter forms based on modified date.
1Filter forms based on status. Set status to Active to get forms with embed code.
Available status – Active, Inactive, Draft, Duplicate
1