Get User Stats
GetUserStats returns statistics for a specific user.
Path Parameters
user*string
The user id.
Query Parameters
filter?string
Optional. CEL expression selecting the readable non-comment memos to
include. Supports the same fields as ListMemos, including space.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/users/string:getStats"{ "name": "string", "memoTypeStats": { "linkCount": 0, "codeCount": 0, "todoCount": 0, "undoCount": 0 }, "tagCount": { "property1": 0, "property2": 0 }, "memoCreatedTimestamps": [ "2019-08-24T14:15:22Z" ], "memoUpdatedTimestamps": [ "2019-08-24T14:15:22Z" ], "pinnedMemos": [ "string" ], "totalMemoCount": 0}