GET
/
api
/
v1
/
analytics
/
user-activity
/
{projectUuid}
{
  "results": {
    "chartViews": [
      {
        "name": "<string>",
        "uuid": "<string>",
        "count": 123
      }
    ],
    "userMostViewedDashboards": [
      {
        "count": 123,
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>",
        "dashboardName": "<string>"
      }
    ],
    "dashboardViews": [
      {
        "name": "<string>",
        "uuid": "<string>",
        "count": 123
      }
    ],
    "chartWeeklyAverageQueries": [
      {
        "average_number_of_weekly_queries_per_user": "<string>",
        "date": "2023-11-07T05:31:56Z"
      }
    ],
    "chartWeeklyQueryingUsers": [
      {
        "percent_7d_active_users": "<string>",
        "num_7d_active_users": "<string>",
        "date": "2023-11-07T05:31:56Z"
      }
    ],
    "tableNoQueries": [
      {
        "count": 123,
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>"
      }
    ],
    "tableMostCreatedCharts": [
      {
        "count": 123,
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>"
      }
    ],
    "tableMostQueries": [
      {
        "count": 123,
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>"
      }
    ],
    "numberWeeklyQueryingUsers": 123,
    "numberAdmins": 123,
    "numberEditors": 123,
    "numberInteractiveViewers": 123,
    "numberViewers": 123,
    "numberUsers": 123
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Response

200
application/json

Success

The response is of type object.