Answered

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

  • 9 November 2023
  • 1 reply
  • 25 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?

icon

Best answer by Liz 10 November 2023, 15:36

View original

1 reply

Userlevel 7
Badge +5

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