GET /api/tenants/{id}/stats
Gets statistics about a tenant.
Request
Parameter | Description | Additional information |
---|---|---|
id | The id of the tenant. | Define this parameter in the url. |
Response
Returns stats about the tenant.
Example
{ "LastActivityAt": "2023-03-29T19:39:22.9535562+00:00", "AppCount": 2, "CommentCount": 3, "FileCount": 4, "BlobCount": 5, "FileSize": 6, "BlobSize": 7, "IndexCount": 8, "ItemCount": 9, "ContentCount": 10, "LikeCount": 11, "MessageCount": 12, "PostCount": 13, "SpaceCount": 14, "StarCount": 15, "TagCount": 16, "UserCount": 17, "DatabaseSize": 18, "TotalCount": 74 }