I want to integrate plotly Dash with my web app. I have data regarding a user like
- leads found
- meeting done
- orders found and other details of users per company.
So I want to pass the company_id and user_id and then get the report for only the specific user. He can filter between dimension or anything but he can't see the data for other users. What I found online is mostly a full dashboard. Is there an option to pass parameters in the api call, and then pass the data to plotly DASH and generate graph? Please provide any resources if possible.