I need to extract metadata from view. When I was reading tableau rest API documentation there is no ways mention in the rest api for sheet metadata and also not mention measure and dimension API extraction. If anyone knows the way how to extract data please help me
Asked
Active
Viewed 874 times
4
-
1What are some examples of the content you are looking for? – vizyourdata Mar 07 '19 at 20:45
-
measure and dimensions label and their processing – VISHAL LIMGIRE Mar 08 '19 at 07:07
3 Answers
0
Take a look at the Tableau Javascript API...specifically the getData method.
The Rest API is used for automating Tableau Server tasks (add users, create schedules, set permissions, etc).

rdugge
- 348
- 1
- 11
-
I have already created that api in my node js code. I also found tableau workbook content rest api in documentation – VISHAL LIMGIRE Mar 08 '19 at 06:56
0
You can embed a hidden extension into your dashboard that can access worksheet, field and filter information. See the docs on extensions here.
Here is a good example of one that could get you started on pulling the worksheet and field information.

vizyourdata
- 1,338
- 1
- 17
- 44
-
I have just want rest api like feature or any python or node js snippets – VISHAL LIMGIRE Mar 09 '19 at 04:39
0
Use the Tableau Metadata API - https://help.tableau.com/current/api/metadata_api/en-us/index.html
You can find sample scripts here - https://github.com/tableau/metadata-api-samples

Caleb
- 361
- 2
- 8