tableau/server-client-python

Add usageStatistics Param to view.get_by_id Method

DuncBegg opened this issue · 0 comments

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.