I have imported Azure AD Sign-in logs to LogAnalytics workspace. I like to create a web portal where user input some data like user name, Date and time. Based on the user data the web portal should retrieve data from Azure Log Analytics and present it in table format on the web portal. Any suggestions how can I achieve this? I can run queries on Azur LogAnalytics to retrieve the data but I like to do the same from a web portal.
In simple words, I like to use a Front end for user input(User name and Date filed) run a log analytics query to retrieve data based on user input data and then present the query result in table format. I've attached a picture to explain what I'm trying to achieve:

GET https://graph.microsoft.com/v1.0/auditLogs/signInsto get the data? - Pamela Peng