-
Notifications
You must be signed in to change notification settings - Fork 8
Quotas
michael.rybintsev edited this page Aug 8, 2019
·
2 revisions
This classic API provides functionality for retrieving the quota for a users.
Quotas is a Classic API See Classic
Gets the user's quotas
GET https://api.huddle.net/v1/json/quotas
This call gets the news for the authenticated user
{"Data": {
"FileSpace": {
"Maximum":2684354560,
"PercentageFree":99,
"PercentageUsed":1,
"Used":496837 },
"Workspaces":{
"Maximum":5,
"PercentageFree":80,
"PercentageUsed":20,
"Used":1 }
},
"Licences":{
"Maximum":2,
"PercentageFree":50,
"PercentageUsed":50,
"Used":1 }
},
"Error":null,
"Success":true }
400: The id provided could not be recognised
401: Authentication error
403: You do not have permission to access the item requested
500: There was an error processing your request
- Basic concepts
-
Resources
- Actor
- Approvals
- BulkProcess
- Calendar
- Membership
- Company
- Document
- Document library settings
- Folder
- Paged Folder
- Pins
- Integrations
- Form
- Friends
- Invitation
- Link
- Document Lock
- Folder Lock
- Localisation
- MemberAutocomplete
- Notifications
- Offline item
- PeopleBulkProcess
- Permissions
- Presence
- PublishedDocuments
- Recents
- Recommendations
- Recycle Bin
- Search
- Share
- Tasks (Todos), File Requests, Approvals
- Tasks on Documents
- Actions
- UserApprovals
- User
- VersionHistory
- Workspace
- Workspaces
- SamlPartners
- Logout
- Impersonation
- Administration
- WebHooks