Trackview Latest Version

0 views
Skip to first unread message

Etta Lesniak

unread,
Aug 5, 2024, 12:44:53 PM8/5/24
to viouroswhitel
apiversion The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. view-id The ID of the views to add tags to.

view-id The view to add the tag to. If the view is already tagged with a tag that's included in the request body, those tags are ignored and the view retains them. If the element is empty, no new tags are added to the view. tag The text of the tag.


HTTP status error Code Condition Details 400 400000 Bad request The content of the request body is missing or incomplete, or contains malformed XML. 400 400076 Error adding tags There was a problem adding tags to the specified view. 403 403004 Adding tags forbidden A non-administrator user called this method but doesn't have permission to add tags. This error is raised even if the element is empty.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. workbook-id The ID of the workbook to add tags to.


workbook-id The workbook to add the tag to. If the workbook is already tagged with a tag that's included in the request body, those tags are ignored and the workbook retains them. If the element is empty, no new tags are added to the workbook. tag The text of the tag.


HTTP status error Code Condition Details 400 400000 Bad request The content of the request body is missing or incomplete, or contains malformed XML. 400 400049 Error adding tags There was a problem adding tags to the specified workbook. 403 403004 Adding tags forbidden A non-administrator user called this method but doesn't have permission to add tags. This error is raised even if the element is empty.


Authorize use of this method in your connected app by including this scope in its JSON Web Token (JWT). For more information, see Access Scopes for Connected Apps(Link opens in a new window) in the Tableau Cloud Help.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. view-id The ID of the view to remove the tag from. tag-name The name of the tag to remove from the view.


Tableau Server users who are not server administrators, site administrators, or workbook owners can delete a tag from a workbook only if they are project leaders or if they originally added the tag.


HTTP status error Code Condition Details 400 400078 Error deleting tag There was a problem deleting the tag from the specified view. 403 403004 Deleting tags forbidden A non-administrator user called this method but doesn't have permission to delete a tag from the specified workbook. 404 404000 Site not found The site ID or URL namespace in the URI doesn't correspond to an existing site. 404 404006 Workbook not found The workbook ID in the URI doesn't correspond to an existing workbook. 404 404007 Tag not found The tag in the URI doesn't exist for the specified workbook. 405 405000 Invalid request method Request type was not DELETE. For more information, see Handling Errors.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. workbook-id The ID of the workbook to remove the tag from. tag-name The name of the tag to remove from the workbook.


HTTP status error Code Condition Details 400 400051 Error deleting tag There was a problem deleting the tag from the specified workbook. 403 403004 Deleting tags forbidden A non-administrator user called this method but doesn't have permission to delete a tag from the specified workbook. 404 404000 Site not found The site ID or URL namespace in the URI doesn't correspond to an existing site. 404 404006 Workbook not found The workbook ID in the URI doesn't correspond to an existing workbook. 404 404007 Tag not found The tag in the URI doesn't exist for the specified workbook. 405 405000 Invalid request method Request type was not DELETE. For more information, see Handling Errors.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. workbook-id The ID of the workbook to remove.


HTTP status error Code Condition Details 404 404000 Site not found The site ID in the URI doesn't correspond to an existing site. 404 404006 Workbook not found The workbook ID in the URI doesn't correspond to an existing workbook. 405 405000 Invalid request method Request type was not DELETE. For more information, see Handling Errors.


Downloads an Excel (.xlsx) file containing crosstab data from a view that the user has permission to access in a workbook.If a crosstab is exported from a dashboard, data from only the first view in the dashboard will appear in the .xlsx file. Downloads of data from story dashboards are not supported at this time.


If you make multiple requests for an .xlsx, subsequent calls return a cached version of the file. This means that the returned .xlsx might not include the latest changes to the workbook. To decrease the amount of time that a workbook is cached,use the maxAge parameter.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. view-id The ID of the view to use as the source of the crosstab to be downloaded as an .xlsx file. max-age-minutes (Optional) The maximum number of minutes an .xlsx file will be cached on the server before being refreshed.To prevent multiple .xlsx requests from overloading the server, the shortest interval you can set is one minute.There is no maximum value, but the server job enacting the caching action may expire before a long cache period is reached. filter-value The value of the field that you want to use to filter the workbook view.For example, a workbook with the filter /excel?vf_year=2017 would only display data from the year 2017.To learn more, see View filter queries.


To export a crosstab to an .xlsx of a view, users who are not server administrators or site administrators needRead and ExportData permissions for the workbook containing theview and for the view itself.


This method has no response body.The response is in the form of a downloaded .xlsx file. The response header content will have Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. workbook-id The ID of the workbook to download. extract-value (Optional) The extract-value is a Boolean value (False or True). When the workbook specified for download has an extract, if you add the parameter ?includeExtract=False, the extract is not included when you download the workbook. You can use this option to improve performance if you are downloading workbooks or data sources that have large extracts.


Authorize use of this method in your connected app by including this scope in its JSON Web Token (JWT). For more information, see Access Scopes for Connected Apps(Link opens in a new window) in the Tableau Cloud Help or Access Scopes for Connected Apps(Link opens in a new window) in the Tableau Server Help.


HTTP status error Code Condition Details 403 403019 Read forbidden A non-administrator user attempted to download a workbook, but the caller doesn't have ExportXml permission. 404 404000 Site not found The site ID in the URI doesn't correspond to an existing site. 404 404006 Workbook not found The workbook ID in the URI doesn't correspond to an existing workbook. 405 405000 Invalid request method Request type was not GET. For more information, see Handling Errors.


Downloads a .pdf containing images of the sheets that the user has permission to view in a workbook. Download Images/PDF permissions must be enabled for the workbook (true by default).If Show sheets in tabs is not selected for the workbook, only the default tab will appear in the .pdf file.


If you make multiple requests for a PDF, subsequent calls return a cached version of the file. This means that the returned PDF might not include the latest changes to the workbook. To decrease the amount of time that a workbook is cached,use the maxAge parameter.


api-version The version of the API to use, such as 3.22. For more information, see REST API and Resource Versions. site-id The ID of the site that contains the workbook. workbook-id The ID of the workbook to use as the source of the .pdf file to be downloaded. max-age-minutes (Optional) The maximum number of minutes a workbook PDF will be cached before being refreshed. To prevent multiple PDF requests from overloading the server, the shortest interval you can set is one minute.There is no maximum value, but the server job enacting the caching action may expire before a long cache period is reached. page-orientation (Optional) The orientation of the pages in the .pdf file produced. The value can bePortraitor Landscape. If this parameter is not present the page orientation will default to Portrait. page-type (Optional) The type of page, which determines the page dimensions of the .pdf file returned. The value can be:A3,A4,A5,B5,Executive,Folio,Ledger,Legal,Letter,Note,Quarto,or Tabloid.


To download a .pdf of a workbook, Tableau Server users who are not server administrators or site administrators needRead and ExportImage permissions for the workbook.The user needs Read and ExportImage permissions for a view in a workbook in orderfor that view to appear in the .pdf.


Downloads a PowerPoint (.pptx) file containing slides with images of the sheets that the user has permission to view in a workbook. Download Images/PDF permissions must be enabled for the workbook (true by default).If Show sheets in tabs is not selected for the workbook, only the default tab will appear in the .pptx file.

3a8082e126
Reply all
Reply to author
Forward
0 new messages