Forum Discussion
perhartz
Dec 23, 2025Occasional Reader
Microsoft Forms API
Hello.
I currently need to read the number of responses in MS Forms at least once a day. But I can't find the appropriate Graph API. The Power Automate trigger option is not suitable because there are 200 forms, and then a separate flow would have to be created for each one.
I saw on the forum that Microsoft wrote about the release of such an API in the first half of this year. Has it been released?
In Google, I have:
REST Resource: v1.forms.responses
Methods
get GET /v1/forms/{formId}/responses/{responseId}
Get one response from the form.
list GET /v1/forms/{formId}/responses
List a form's responses.
No RepliesBe the first to reply