4

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

VISHAL LIMGIRE
  • 529
  • 1
  • 5
  • 21

3 Answers3

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
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
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