v1

latestSwagger 2.02026-07-172100198.0 KB
useranalytics

Get information on the contributions individual users made in a

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>
gethttp://localhost:8000/{project_id}/useranalytics/data

Path parameters

project_idstring required

Response

OK