Skip to content

Instantly share code, notes, and snippets.

@hofmannsven
Last active August 12, 2022 19:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hofmannsven/18955c71edbfda7105d3 to your computer and use it in GitHub Desktop.
Save hofmannsven/18955c71edbfda7105d3 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