How can we get response from Microsoft Forms through Graph API?

Rahul812 0 Reputation points
2024-03-22T04:12:47.9733333+00:00

I want to get my Microsoft forms response through any api in json format so I can use them on my other site DB. Is there any way or api that can do this?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,021 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mzoughi Ilyes 80 Reputation points
    2024-03-22T05:05:49.58+00:00

    Hi Rahul812,

    Yes you can use an API formated as below: https://forms.office.com/formapi/api/{tenant-id}/users/{User-Object-Id}/forms('{Forms-id}')/responses
    Its work fine in browser with Get method but you still need a token to perform call from your app.

    So suggest you to use Send SharePoint Http request action in PowerAutomate to get token.

    This is an example of results : User's image

    You can refer to this video for an alternative solution to call api outside browser https://www.youtube.com/watch?v=Wf29I1qId6A

    Best regards,

    IM

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.