You can programmatically bring data from mWater to another system in just a few steps by creating a datagrid and using the API command that is generated when downloading that datagrid. Here we cover the steps on how to get that API call, and how to use it in PowerBI and Google Sheets to bring through real-time data.
1) Create a Datagrid with your chosen columns and filters
2) Go to download the CSV of the datagrid
Download > As CSV
3) Take the URL which appears in the browser when you've clicked the download as CSV link referencing api.mwater.co
4) This is a fully formed API call you can use to integrate with other systems such as PowerBI
Get Data > CSV
Building the API call
The URL does not appear in the URL bar for very long. You can build this API call yourself with a few further steps. In a nutshell, use the browser developer tools to get the request URL and add download to the URL after the datagrid ID and before the client ID