Skip to content

Instantly share code, notes, and snippets.

@rchytas
Forked from hofmannsven/README.md
Created May 15, 2020 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rchytas/7d93fe4af8aed1a9b8bde9df95d030ad to your computer and use it in GitHub Desktop.
Save rchytas/7d93fe4af8aed1a9b8bde9df95d030ad to your computer and use it in GitHub Desktop.
Notes on working with Tableau Server APIs

Tableau Server

REST API

Functionality behind the data sources, projects, workbooks, site users, and sites on a Tableau server.

Signin

$ curl https://my_server_domain.de/api/2.0/auth/signin -X POST -d @signin.xml

Trusted Authentication

JavaScript API

Integrates Tableau visualizations; controls users' interactions and combines functionality for the view.

<tsRequest>
<credentials name="Username" password="Password">
<site contentUrl="ContentUrl" />
</credentials>
</tsRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment