Would it be possible to include the number of dashboards in the client listing (all clients) and a creation date for the account? Right now we're only seeing seats, but it would be really helpful if we can get some dashboardnumbers too
Would it be possible to include the number of dashboards in the client listing (all clients) and a creation date for the account? Right now we're only seeing seats, but it would be really helpful if we can get some dashboardnumbers too
You could get client IDs from the client API, then pass the ID into a dynamic data source to get client resources: api/1.0/clients/{clientId}/resources.
This would tell you, among other things, the number of dashboards in that client.
It still doesn't solve the problem of client creation date though. You might have to keep a spreadsheet for that type of info, until the client API is made more robust.