
Announcements
I've seen this question on here a few times, but recently came across this question & answer regarding Microsoft flows. To summarize, the asker was wondering if they could duplicate a Microsoft Form weekly, and the responder used the "HTTP Sharepoint Request" flow to collect form responses then store & delete them, so the form could be recycled (this wouldn't be possible for our use case, but still an interesting approach).
What caught my eye was that the exact Sharepoint URI endpoint ( formapi/api/forms('formId')/responses ) for this API call has no documentation and I am not able to find information on this anywhere else. This made me excited that there might be other hidden API calls related to forms that exist for Sharepoint, and I was wondering if anyone had found a different way to duplicate a form.