rest-api-samples icon indicating copy to clipboard operation
rest-api-samples copied to clipboard

Samples for the Tableau REST API

Results 22 rest-api-samples issues
Sort by recently updated
recently updated
newest added

can anyone help me with the below error Error occurred ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) I am using requests==2.28.2 version and while logging into tableau using rest...

Bad Request Content type 'multipart/form-data;boundary=--------------------------786089860316126180435400' not supported

Please remove if there is already an issue, but I didn't see one on my search. Would like to see the ability to query projects using the REST API by...

it looks like Tableau till API versions 2.4 supported XML and hence why the samples use JAXB. But now that the current version (2.5) does support JSON as well, is...

enhancement
new language

Hello, I have a Tableau Server 2022.1.3 (API v 3.15). Using REST API, I have successfully activated the 'queryTaggingEnabled' property to true for a published datasource linked to a MS...

question
server change needed

Cannot find a way to sign in using personalAccessTokenName and personalAccessTokenSecret in Java RestApiUtil. No method is implemented for that. https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_authentication.htm#pat

Followed steps 1-9 successfully...unable to perform a test on Webhook, not sure where the Authentication is coming from...Error Code: 401002

Would kill for an additional script to view/modify serverAddress from workbook/connection/connections

enhancement
new sample

Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException: com.sun.jersey.api.client.ClientHandlerException: A message body writer for Java type, class com.sun.jersey.multipart.MultiPart, and MIME media type, multipart/mixed; boundary=Boundary_1_2005733474_1647514039155, was not found at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155) at com.sun.jersey.api.client.Client.handle(Client.java:652) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)...

bug
question
java

Hi, When running the Java sample 'ant run', it throws an exception telling it is loading JAXB 2.1, but requires JAXB 2.2. ``` C:\>java -version java version "1.8.0_201" Java(TM) SE...

bug
java