server-client-python
server-client-python copied to clipboard
Add usageStatistics Param to view.get_by_id Method
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.