Updated API endpoint for completions
Today's update is mainly a maintenance update with minor bug fixes and improvements – nothing major.
We also updated the API endpoint /api/v1/responses/{formID} to better distinguish between complete and incomplete submissions.
We added a new is_incomplete attribute to the response, which is either true or false. You can optionally filter the responses and append ?incomplete=false or ?incomplete=true to the endpoint URL to get a filtered response. The change/addition is documented here.
Of course, this only makes sense when the "Track incomplete submissions" toggle is active within the form settings. If it's disabled, is_incomplete will always be false.