megel/powerapps-helper

API Endpoint of PowerApps for Admins

Closed this issue · 2 comments

Hello Megel,

Thank you for the powerapps-helper documentation and endpoints.
I need some more help to get API endpoint of powerapps for admins connector.
I couldn't get the documentation from microsoft as well.
https://docs.microsoft.com/en-us/connectors/powerappsforadmins/
Any help would be really appreciated!

Thank you!

megel commented

@Disha5195 which API are you looking for?

I got the API information direct from Microsoft Sources - like the PowerShell module

When you unpack the .nuget package for Microsoft.PowerApps.Administration.PowerShell, unzip and look and search for your API (e.g. Get-AppQuarantineState) then you find in Microsoft.PowerApps.Administration.PowerShell.psm1 this:
image

From here, you see "mostly" the route and used parameters of the API.

Hope this helps!

megel commented

@Disha5195 if you have further questions, please contact me. I'll close the issue.