Hello Power Platform Community,
I've been working with the PowerApps API and encountered a peculiar issue that I hope to get some insights on. Here's a brief rundown of my situation:
- I'm using the API endpoint https://api.powerapps.com/providers/Microsoft.PowerApps/apps?api-version=2020-06-01 to retrieve a list of apps.
- Despite having a larger number of apps available, the API only returns 12 apps.
- I'm trying to understand why only 12 apps are returned. Could it be related to the response size due to a large number of properties being returned?
- I'm authenticated with a service principal (app user) and I've assigned the System Administrator role
- I've attempted to use OData $select and $expand to shorten the response, but they don't seem to work as expected.
Has anyone else faced a similar issue? If the problem is indeed the response size, how can I effectively use OData to filter down the properties and possibly retrieve more apps in the response?
Any advice or pointers would be greatly appreciated. Thank you in advance for your help!
Best regards