User Profile
pjjohnson
Joined Sep 04, 2018
User Widgets
Recent Discussions
Re: API to access MS forms
It requires an access token which can be issued by first logging into https://forms.office.com. Using a new tab in the same browser session to access the API URL should work then. If assigning to an Azure AD application, you'll find "Microsoft Forms" in the "APIs my organization uses" in the API Permissions panel. If assigning Application API Permissions, it requires Admin consent. When running from the browser, you're running under your user context and will only see the forms you own. https://forms.office.com (to get access token in browser) https://forms.office.com/formapi/api/forms (see all forms you own) https://forms.office.com/formapi/api/forms/{form ID} (see a specific form) https://forms.office.com/formapi/api/forms/{form ID}/questions (see a specific form's questions) https://forms.office.com/formapi/api/forms/{form ID}/responses (see a specific form's responses)140KViews7likes36CommentsRe: API to access MS forms
https://forms.office.com/formapi/api Having opened https://forms.office.com you can then open the API link in another tab, or you can create an App Reg to call the API. BTW - you can use https://jsonformatter.org/ to copy the raw JSON and see it pretty. Add /forms to the API link to see you forms. I need to do more work as to the automation opportunities with these APIs (or limitations).142KViews1like38Comments
Recent Blog Articles
No content to show