How do I query a model via the AtScale API?
I want to leverage the AtScale API to show data in my custom BI tool for my internal audience - is there an API or set of APIs to do it?
I want to leverage the AtScale API to show data in my custom BI tool for my internal audience - is there an API or set of APIs to do it?
<%= block.description %>
<% } %>
Comments
1 comment
Your best bet is the Query API - make sure you already have the auth pattern set but once you have your token this API gets you the results from query against a model you have deployed.
http://<doiman>/engine/xmla/<ModelID?>
Sample Body Below
Please sign in to leave a comment.