Forum Discussion
Is there an API to read Microsoft forms data
Hello, I noticed the change regarding the URL as well. Thank you very much for your information.
As far as I can see the form I want does not belong to a group and therefore I do not have a groupID to work with. Any suggestions on how to get the responses?
(or any suggestions on how to get them as json in another way, as this is my main interest)
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}')/responses- samb2180Aug 07, 2024Brass ContributorHi 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!