Zimbra REST API Reference:Get Briefcase Item
|
Article Information |
|---|
| This article applies to the following ZCS versions. |
<< Back to Zimbra REST API Reference
REST API Method: Get Briefcase Item
Gets a specified item from the briefcase folder. The default folder is "Briefcase" but user-defined folders are also supported.
URL
http://localhost:7070/home/john.doe/Briefcase?{params}
http://localhost:7070/home/john.doe/Briefcase/{file-name}
Go to Command Format
HTTP Method
GET
Requires Authentication
true (Go to Authentication)
Parameters
id. Required. The item id. An alternative is using the file name in the URL.
Usage Examples
Retrieve the "mysalespres.ppt" item from the "Briefcase" folder:
http://localhost:7070/home/john.doe/Briefcase/mysalespres.ppt
Retrieve the item (with id=149) from the "Briefcase" folder:
http://localhost:7070/home/john.doe/Briefcase?id=149
Retrieve the "process.xls" from the user-defined folder "SupportDocuments":
http://localhost:7070/home/john.doe/SupportDocuments/process.xls

