Forum Discussion
Doranarni
Microsoft
Nov 27, 2018Is there an API to read Microsoft forms data
is it possible to read Microsoft forms submitted data . we are exploring concepts and would like to get data of submitted forms using API.
joeskeen
Dec 01, 2022Copper Contributor
MKrings looking closer at the response by johndpalm here: https://techcommunity.microsoft.com/t5/microsoft-forms/is-there-an-api-to-read-microsoft-forms-data/m-p/3567079/highlight/true#M11500
I was able to figure out how to get personal forms:
# Get personal Forms
https://forms.office.com/formapi/api/forms
# Get the details for a personal form
https://forms.office.com/formapi/api/forms('{formId}')
# Get the questions from a personal form
https://forms.office.com/formapi/api/forms('{formId}')/questions
# Get the responses to a personal form
https://forms.office.com/formapi/api/forms('{formId}')/responsessamb2180
Aug 07, 2024Brass Contributor
Hi joeskeen
This has been working for a while on my Power Automate flows, but a couple of days ago stopped working. I'm getting an error 400 response. Any ideas/workaround?
"status": 400,
"message": "Unexpected response from the service\r\nclientRequestId: ed64efac-de61-48ab-863b-f0be07da9ea1"
Thank you!
Thank you!