APIs & Integrations

shivashankar
Member

How to extract other form types in FORM API

SOLVE

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 Accepted solution
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

How to extract other form types in FORM API

SOLVE

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

View solution in original post

0 Upvotes
1 Reply 1
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

How to extract other form types in FORM API

SOLVE

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