Share via

Graph api or script for querying Gallery apps based on Categories

Idam Srikanth 0 Reputation points
2025-04-04T16:07:27.28+00:00

Hi,

you please suggest on Graph api or script for querying Gallery apps based on Categories as we do through Azure portal.

for ex: We list the related gallery apps by choosing filters available on azure portal (Browse Microsoft Entra Gallery page) like Categories values E-commerce , Education, ERP etc.,

We need to achieve this task by using graph api or any scripts.

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-04-08T01:46:26.2833333+00:00

    Hi,Idam Srikanth.I am glad to help you.
    If you want to use the graph API to filter the data, you can use the filter parameter to achieve this effect
    https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#odata-system-query-options
    You can write scripts (for example, using Python or PowerShell) that call the Microsoft Graph API and process the returned data. For example, using Python's requests library, you can send a Graph API request
    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.