Views
List all views
List all users that have viewed a document and the overall view count.
post/views.list
Request body
Response
OK
Example response
{
"data": [
{
"count": 22,
"user": {
"name": "Jane Doe"
}
}
]
}