hello,
Does anyone had an experience on using talbeau server API with Easymorph ?
I need a POST action to receive an authentication token and call other commands on API. But i can’t find a way to receive the token.
Any help ?
hello,
Does anyone had an experience on using talbeau server API with Easymorph ?
I need a POST action to receive an authentication token and call other commands on API. But i can’t find a way to receive the token.
Any help ?
Hello Thomas,
Here is an example project that signs in to a Tableau site and queries projects and data sources from that site: TableauRestApiWithWebRequestExample.morph (20.7 KB)
In order to make that example work you’ll have to:
https://MY_SERVER/api/
or https://10ax.online.tableau.com/api/
. If you are connecting to Tableau Online, replace the 10ax
part of the domain name with the actual zone of your site.Thx !