User Profile
ProtivitiDan
Copper Contributor
Joined Apr 20, 2021
User Widgets
Recent Discussions
Re: Is there an API to read Microsoft forms data
waltksfc I abandoned my attempts at the time, but looking at it again now I see that I can get info on a specific form with: https://forms.office.com/formapi/api/forms/{formid} Then I can get the questions or responses on that form with these: https://forms.office.com/formapi/api/forms/{formid}/questions https://forms.office.com/formapi/api/forms/{formid}/responses Get the {formid} from the /forms API call.49KViews3likes19CommentsRe: Is there an API to read Microsoft forms data
There now appears to be an API for getting some information from Microsoft Forms at https://forms.office.com/formapi/api. I'm not sure when it was released, and I'm having trouble finding documentation on it, but I can at least pull some information in my browser this way. After going to https://forms.office.com/ to login (which sets a token in the browser), I can then browse to https://forms.office.com/formapi/api to get a list of operations or to a specific operation like https://forms.office.com/formapi/api/forms to get a list of my Forms.54KViews1like21Comments
Recent Blog Articles
No content to show