Retrieving Form’s With the Latest Response Time | Community
Skip to main content

I currently have a system that will go through each form from the form responses (api.typeform.com/forms) and collect the form ID values. From there I have to go into each form’s responses (api.typeform.com/forms/{formId}/responses) to check if the response was between a specified date. Most of the forms don’t have submissions within the timeframe I am looking for so they become pointless API calls.

 

Is there a plan (or a way that I’m not aware of) to retrieve the latest response date within the forms responses API call?

 

Thank you,

 

Cody

Tagging @mathio and @picsoung in case they have any idea!


Hello @CodyHeiser 

it is not possible to retrieve the timestamp of last response along with the form definition.

However if you are interested in processing responses in real time you could leverage the webhooks functionality to receive responses as they are submitted (API docs here).


Reply