Get item properties for Office365 and GoogleWorkspace
Get path and folder size for folder items, and just path for file items, from browse page using the objectGUID
Path Parameters
- subclientId int32 required
SubclientId of the Office365 client
- objectGUID string required
ObjectGUID of the file or folder whose properties are to be fetched
Query Parameters
- documentType int32 required
DocumentType of the item indicating file or folder
- isDeleted bool required
Is this a deleted item
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- path string
Folder path of the chosen item
- folderSize int64
Folder path of the chosen item, if it is a folder
{
"path": "string",
"folderSize": 0
}
Loading...