Find count of total number of docs under a document library from Alfresco/Share UI - without coding

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2020 03:37 PM
Is there a way to know
1. The count of the total number of documents under a document library from Alfresco/Share UI, without writing code?
2. If a document has more than one version, then the count of only the latest version of the documents under a given document library?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2020 02:28 AM
I'm afraid you need to do some coding
You can use alfresco rest search api with simple statistics
Please refer to https://docs.alfresco.com/6.0/concepts/search-api-stats.html
