megel / powerapps-helper

MIT License
27 stars 3 forks source link

API Endpoint of PowerApps for Admins #14

Closed Disha5195 closed 2 years ago

Disha5195 commented 2 years ago

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 2 years ago

@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 2 years ago

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