Retrieves the user’s cloud folder and the user’s projects’ project folder(s)
Request Path
GET /api/v3/cloudfolders/actions/getall |
Request Payload
None
Parameters
None
Response Example
{ |
"host" : "folders.cloudshare.com" , |
"path" : "/" , |
"userName" : "JaydenInigo@cloudshare.com" , |
"password" : "PASSWORD" , |
"userFolder" : { |
"name" : "Jayden Inigo's Cloud Folder (053107)" , |
"quotaSizeGB" : "30" , |
"quotaSizeInUseGB" : "0" , |
"usagePercentage" : "0" |
}, |
"projectFolders" : [ |
{ |
"name" : "Testing Project Cloud Folder (3826fe)" , |
"quotaSizeGB" : "256" , |
"quotaSizeInUseGB" : "0" , |
"usagePercentage" : "0" |
} |
] |
} |