Does the 'last_updated_at' of the form update when a new response is added? | Community
Skip to main content
Answered

Does the 'last_updated_at' of the form update when a new response is added?

  • November 9, 2023
  • 1 reply
  • 34 views

I want to incrementally retrieve new responses from the API and reduce the number of API calls by filtering forms for only new responses.
So, does the 'last_updated_at' of the form update when a new response is added?

Best answer by Liz

Hi @davert Thanks for stopping by the community! I believe this is a parameter used for the Create API, not the Responses API. This parameter is based on the last changes made to the form itself, but that wouldn’t include the date of the last response. 

How are you currently using the Responses API? Could you turn on follow-ups to get notified of responses and then conduct an API call? 

View original

1 reply

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15025 replies
  • Answer
  • November 10, 2023

Hi @davert Thanks for stopping by the community! I believe this is a parameter used for the Create API, not the Responses API. This parameter is based on the last changes made to the form itself, but that wouldn’t include the date of the last response. 

How are you currently using the Responses API? Could you turn on follow-ups to get notified of responses and then conduct an API call? 


Reply