Skip to content

Instantly share code, notes, and snippets.

@phillipwilhelm
Forked from hofmannsven/README.md
Created March 28, 2020 06:03
Show Gist options
  • Save phillipwilhelm/de223806298d9aee161c8758e0842f7b to your computer and use it in GitHub Desktop.
Save phillipwilhelm/de223806298d9aee161c8758e0842f7b 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