Tableau REST API Download Workbook -
tableau has rest api calls
question 1: know how use following call download online workbook? sample code appreciated.
question 2: 1 know how read , parse twbx file?
thanks.
you need send request url such as
https://yourdomain/api/2.0/sites/site-luid/workbooks/workbook-luid/content
you need send header of authorisation token named x-tableau-auth
i suggest getting chrome , postman installed test kind of stuff out. importing https://github.com/tableauexamples/tableau_postman collection help
Comments
Post a Comment