
URL: !/vizhome/VizConnect-SmallDesignChoicesThatMakeaBigDifference/IncreasingWhiteSpace-Borders SheetRepoUrl: VizConnect-SmallDesignChoicesThatMakeaBigDifference/sheets/IncreasingWhiteSpace-Borders These are found under the viewInfos section, they list out a sheetRepoUrlwe can be modified to produce a URL to that sheet/dashboard/story, e.g. Returns a details of a single workbook based on WorkbookRepoUrl, returns some metadata about the workbook (author, titles) and all visible sheets/dashboards/stories packaged with the workbook as found under the "Metadata" section when viewing a viz on Tableau Public. Returns a details of a single workbook based on WorkbookRepoUrl, used in the favourites section of the Tableau Public profile to look up details of a workbook e.g. + First 2 Letters of Workbook Repo Url + / + Workbook Repo Url + / + Default View Name (Excluding spaces & fullstops) + /4_3.png + Workbook Repo Url + / + Default View Name (Excluding spaces & fullstops) Note there are two different calls to produce a thumbnail image. Returns a thumbnail-sized image, typically found on a Tableau Public author's page. OLD Version: + First 2 Letters of Workbook Repo Url + / + Workbook Repo Url + / + Default View Name (Excluding spaces & fullstops) + /1.png png?%3Adisplay_static_image=y&:showVizHome=n Workbook Repo Url + / + Default View Name (Excluding spaces & fullstops) +. Thanks to Kelly Gilbert there is a more reliable API call for a fullscreen image. Returns a screenshot image of the entire dashboard. Returns a list of workbookRepoUrls favourited by a Tableau Public User, in JSON format. Get next 24 following: + Tableau Public Username + ?count=24&index=24 Get 24 following: + Tableau Public Username + ?count=24&index=0 count=24 will return up to 24 accounts, count=24&index=24 will return the next 24 accounts. Note that the count of accounts appears to be now limited to 24 per call, i.e. Retrieves a list of accounts being followed by a Tableau Public User, returns usernames, user metadata, details of their latest workbook. Get next 24 followers: + Tableau Public Username + ?count=24&index=24 Get 24 followers: + Tableau Public Username + ?count=24&index=0 Retrieves a list of followers for a Tableau Public User, returns usernames, user metadata, details of their latest workbook. Next 50 workbooks: + Tableau Public Username + &start=50&count=50&visibility=NON_HIDDEN In Feb 2023 a visibility parameter has been added,'&visibility=NON_HIDDEN' which will only allow the API to reach visible workbooks on a user's profile.įirst 50 workbooks: + Tableau Public Username + &start=0&count=50&visibility=NON_HIDDEN Note that the next 50 workbooks can be retrieved by changing the start section to start=50 or start=100, start=150, etc. Retrieves details of the last 50 workbooks associated to a Tableau Public username. Note a basic user profile description query is available via: Retrieve basic counts of workbooks, followers, following, favourites, details of websites, whether they have the "hire me" button on their profile (freelance), social media links and the last 21 workbooks associated to a Tableau Public username.

Tableau Public's Viz of the Day : Google Sheets.Jessica Moon's 2023 Iron Viz Qualifier Entries.



, Jeffrey Shaffer's Using the Tableau Public API in 3 Easy Steps.Thanks to Jeffrey Shaffer's blog post & Marc Reid's blog post for sharing this information that acting as the starting point for this documentation. This API can be accessed via a web browser or a programming language (R, Python, JavaScript). The Tableau Public platform has an API for handling data relating to user profiles and workbooks (dashboards).
#Tableau public blog free
Tableau Public is the free version of Tableau's Desktop product, it allows for the creation and distribution of Tableau dashboards. Twitter 💬 | LinkedIn 👔 | GitHub | Website 🔗 🅰️ About This repo for documenting Tableau Public's API and details of its various API calls.
