tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
655 stars 420 forks source link

Add usageStatistics Param to view.get_by_id Method #1322

Open DuncBegg opened 9 months ago

DuncBegg commented 9 months ago

Summary

Add usageStatistics Param to view.get_by_id Method

Description

For TSC: When you call server.views.get you have the option of setting usage=True. This will populate usage stats on the views that are returned. However, you don't get the equivalent param on server.views.get_by_id.

That would be a nice to have.