Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save expiscornovus/5d2c0b1a30b40a82d73f8d208d93aedf to your computer and use it in GitHub Desktop.
Save expiscornovus/5d2c0b1a30b40a82d73f8d208d93aedf to your computer and use it in GitHub Desktop.
Microsoft Forms API responses and answers
{
"inputs": {
"host": {
"connectionName": "shared_sharepointonline",
"operationId": "HttpRequest",
"apiId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline"
},
"parameters": {
"dataset": "https://forms.office.com",
"parameters/method": "GET",
"parameters/uri": "/formapi/api/@{parameters('TenantId (exp_TenantId)')}/users/@{outputs('Get_my_profile_(V2)')?['body/id']}/light/forms('@{variables('FormId')}')/responses?$select=submitDate,responder,answers",
"parameters/headers": {
"Accept": "application/json;odata=nometadata",
"Content-Type": "application/json;odata=nometadata"
}
},
"authentication": "@parameters('$authentication')"
},
"metadata": {
"operationMetadataId": "6e8741a3-fba2-442e-8de8-178aa1810f0d"
}
}
@Shmata
Copy link

Shmata commented Jan 26, 2024

Hey @expiscornovus
Do you know how to get all forms/quizzes (in Microsoft Forms) shared with a user, by any chance ?

@greggdavenport
Copy link

greggdavenport commented Mar 15, 2024

My flow that uses this method started failing 3 days ago. Are you noticing this on your side @expiscornovus ?

Update: Changing to another user account fixed it for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment