APIs & Integrations

yellalingh
Participant

Form submissions

HI team,

 

I am using the  get contacts by ID API https://developers.hubspot.com/docs/methods/contacts/get_contact to get the form submission, I have question does contacts api returns all the forms submitted by the contact Because in past couple of months I didn't see much increament in the volume of form submissions returned by the contacts api

0 Upvotes
2 Replies 2
Willson
HubSpot Employee
HubSpot Employee

Form submissions

Hey @yellalingh 

 

Correct, this endpoint should return the total submissions along with the Id of the form that was submitted for the specific VID you're requesting the data for. 


This is returned in the hs_calculated_form_submissions parameter in the response. 

 

I hope this helps!

Product Manager @ HubSpot
0 Upvotes
yellalingh
Participant

Form submissions

@Willson  Thanks for the response, I get "form-submission" parameter in the response not the hs_calculated_form_submissions 

below is my end point url 

"https://api.hubapi.com/contacts/v1/contact/vid/" + str(contact_id[i])+"/profile?hapikey=

 

0 Upvotes