APIs & Integrations

shivashankar
Mitglied

How to extract other form types in FORM API

lösung

Hello,

We are in process of extracting the data from the FORM api

sample : https://api.hubapi.com/forms/v2/forms?hapikey=demo.

Is there a way to get other "form types" , currently we are observing only one type of form which is HUBSPOT.

In the portal navigate to - Marketing - Lead Capture - Forms, upon we select this option under the tabular window we have an option to select FORM TYPE, there we have PopUp as one of the type of form, what we have to do to extract these Form Type data.


Regards

Shiv

0 Upvotes
1 Akzeptierte Lösung
IsaacTakushi
Lösung
HubSpot Employee
HubSpot Employee

How to extract other form types in FORM API

lösung

Hi, @shivashankar.

 

This endpoint will return all forms in an account, including, but not necessarily limited to, those with the following formType values:

It's currently not possible to filter the results of the Get all forms endpoint by formType, but you could use sever-side code to only act on objects with desired formType values.

Isaac Takushi

Associate Certification Manager

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
1 Antwort
IsaacTakushi
Lösung
HubSpot Employee
HubSpot Employee

How to extract other form types in FORM API

lösung

Hi, @shivashankar.

 

This endpoint will return all forms in an account, including, but not necessarily limited to, those with the following formType values:

It's currently not possible to filter the results of the Get all forms endpoint by formType, but you could use sever-side code to only act on objects with desired formType values.

Isaac Takushi

Associate Certification Manager
0 Upvotes