---
title: "Get information on the contributions individual users made in a"
method: GET
path: "http://localhost:8000/{project_id}/useranalytics/data"
tags: ["useranalytics"]
---

# Get information on the contributions individual users made in a

`GET http://localhost:8000/{project_id}/useranalytics/data`

Get information on the contributions individual users made in a
particular time frame. This endpoint requires admin permissions. The
returned fields all contain lists where each entry relates to one day in the
query time frame by the requested user. The fields are the following:

<ul>
<li>annotation_events: how many treenodes or connector nodes where
edited/added on a given day</li>
<li> annotation_timeaxis: dates for each annotation event
<li>review_events: how many node reviews were performed on a given day</li>
review_timeaxis: dates for each review event</li>
<li>write_events: how many write events of any form (incl.
annotations/tags/renames) where made on a given day</li>
<li>write_timeaxis: dates for each write event</li>
<li>raw_write_events: a raw list of all write events of any kind</li>
<li>active_bouts: time segments in which a user was active that had no
pauses longer than the requested activity time threshold.</li>
<li>net_active_time: the active time in hours per day between the first event of
the first active bout and the last event of the last bout.</li>
<li>netactivetime_timeaxis: dates for each net active time entry</li>
</ul>

## Path parameters

- `project_id` string, required

## Response `200`

OK

---

[API](https://skmtc.net/catmaid/apis/catmaid-api.md) · [All operations](https://skmtc.net/catmaid/apis/catmaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catmaid/catmaid-api/revisions/adc1c7c5eefe/schema)
