Hello,
I have an interesting problem that I don't know the answer.
I would like to access data through python or C# .Net. I found this: github.com/.../microsoft-authentication-library-for-python
which is the closest I've gotten so far.
In our Dynamics website company.operations.dynamics.com when searching for data on the website I see the url as something like:
company.operations.dynamics.com/?cmp=1234&mi=SalesTableETC and on the site I can change and add data.
cmp indicating our plant origin and mi being the table I want data from.
My question is how could I find/access this data from python or C# .Net.
Corporate is in another country and I don't thinking communicating with them to get admin access for something small like I´m trying to do is an option.
I was able to access data through company.operations.dynamics.com/data on things I have permissions for, but when looking for information like cmp=1234 or mi=SalesTableETC I couldn't find anything.
I was able to receive the webpage and data through python requests with: github.com/.../microsoft-authentication-library-for-python
Question: "How to find the data for normal webpages on company.operations.dynamics.com?"
Any help is appreciated.