You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.