Sample Mapping
Data is requested by making XHR requests to the following data API endpoint:
[DataSet Alias] is replaced with the desired DataSet alias from your design’s manifest.json file.
So, if your app manifest had an alias named sales, your app could request data from the following URL:
amount column in the sales DataSet from the above sample mapping.
SQL API
You can also query your DataSet with the SQL API using the following endpoint:
sales, your app could request data from the following URL:
amount column in the sales DataSet from the above sample mapping you could make a request with the domo.js library in the following way: