Microsoft Graph API

Ridima Tambde 20 Reputation points
2023-05-24T07:20:32.11+00:00

Hi, Can anyone pls assist me in locating below API Permissions on Azure Portal

 

  1. Forms.Read.All
  2. Forms.ReadWrite.All

I want to fetch responses from ms forms using an API and as per my POC it requires the above API Permissions, however i cannot locate these APIs on Azure application. Is there any alternative permission for the above mentioned API permission? 

I have created an Application on azure portal and used the client-id and client-secret in the microsoft access token api to generate access token and have passed the generated access token to this API (https://graph.microsoft.com/v1.0/forms/{form-id}/responses) as header. However i am facing the below error in response. 

MicrosoftTeams-image (18)

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

Accepted answer
  1. lynn niu 80 Reputation points
    2023-05-24T08:01:58.4566667+00:00

    it seems there is no graph api to read microsoft forms

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. CarlZhao-MSFT 36,001 Reputation points
    2023-05-24T10:31:07.4066667+00:00

    Hi @Ridima Tambde

    As far as I know, the graph API is not currently available for Microsoft Forms, and I recommend that you submit a feature request for this to add support for that product.

    Or you can also post the issue in the exclusive community of Microsoft Forms, I noticed a similar issue in this community, their solution is to use the Forms API to access Microsoft Forms, you can refer to see if it helps you.

    User's image

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.