server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

Add usageStatistics Param to view.get_by_id Method

Open DuncBegg opened this issue 2 years ago • 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.

DuncBegg avatar Nov 14 '23 05:11 DuncBegg