The survey123 webhook provides the "Submitted record" data which includes the answers to most of the questions (features) in the survey. But, it does not include the questions of type "file", in which the user uploads a file. So, I cannot download a file uploaded by a survey-submitter, via the API.
Is there a way to use the survey123 API to get the file uploaded by a survey submitter?
Ok, I see feature.attachments.name[0].url. That looks ilke what I need.