Display Quota and usage for user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2016 03:39 PM
Hello,
Is there a way to display the quota and the usage inside every user portal?
I only find the admin can check these information for all users
Thank you
Jamil
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2016 07:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2016 09:29 PM
You can implement your own custom Dashlets that call following alfresco webscript api to display Quota and usage for current user
Get People
GET /alfresco/service/api/people?filter={filterQuery?}
Description: Get collection of people stored in the repository. This can optionally be filtered according to some given filter query string
Authentication: user
Transaction: required
Format Style: any
Default Format: json
Id: org/alfresco/repository/person/people.get
Description: classpath:alfresco/templates/webscripts/org/alfresco/repository/person/people.get.desc.xml
