Hello,
would like to know if there is a way to track the number of Dashboards created by Users over a period of time ?
Hi @FAnalyst by this rest api you can get the table. then you count by the username. let us know if any further queries, thanks.
| rest /servicesNS/-/-/data/ui/views
| table author label eai:acl.app
| eval Type="Dashboards"
| rename author as Owner label as Name eai:acl.app as AppName