Tuesday, 15 March 2011

javascript - Tableau: List Projects > Workbooks > Views for an authenticated user -



javascript - Tableau: List Projects > Workbooks > Views for an authenticated user -

as example, url contains dozen or projects: https://tableautest.domain.uk/t/customersharing/view/projects

in each project there several workbooks. within each workbook there several views. tableau reports , links external sites

how can display programatically whether using javascript api or rest api? can authenticate against tableau using javascript api. next, (for logged in user)

list of projects under https://tableautest.domain.uk/t/customersharing/view/projects when go project on site, needs display list of workbooks project user above url. when go workbook (2) show links views depending on type of view redirects or inserts iframe

please advise on best way go doing this. if list of sites > projects > workbooks > dashboard > views, much better!

thanks in advance

i have used tableau rest api , found pretty useful while querying against project or workbook it's details suggest take @ tableau rest api reference. should help solve problems 1 , 2 have stated.

i used postman confirm getting details wanted , continued development using tableau rest api wrapper in python (i have forked off repo back upwards functionality not available here).

also, rest api supports authentication against server have used admin permissions interactions user business relationship authentication needs verification.

the 3rd problem have stated seems need utilize javascript api load view iframe. need set trusted authentication on tableau server able embed views. can find more details here , here.

javascript tableau tableau-server

No comments:

Post a Comment