Zimbra REST API for Briefcase functions

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
kevinpk
Posts: 2
Joined: Sat Sep 13, 2014 2:05 am

Zimbra REST API for Briefcase functions

Post by kevinpk »

Hi All,
Currently I see only two REST API methods available:
1. Get Briefcase

2. Get Briefcase item
Is there any way to also:
1. Save Briefcase item (to Briefcase or any other Briefcase folder)

2. Checkin/checkout Briefcase items (required for file lock / unlock functionality)
I plan to integrate an office document editor with Zimbra so that users can edit their documents and then save directly back to the briefcase in order to utilize Zimbra's built-in collaboration and versioning system.
Any suggestions would be appreciated.
Thanks,

Kevin
brunoo.gonzalez
Posts: 3
Joined: Sat Sep 13, 2014 2:07 am

Zimbra REST API for Briefcase functions

Post by brunoo.gonzalez »

Did you find something about this topic? I'm looking for the same thing...

Thanks in advance.
kevinpk
Posts: 2
Joined: Sat Sep 13, 2014 2:05 am

Zimbra REST API for Briefcase functions

Post by kevinpk »

Hi Brunoo,
Unfortunately I haven't gotten a reply yet so it's still not possible to do what I requested with the current Zimbra API.
Thanks.
kbos
Posts: 7
Joined: Fri Sep 12, 2014 11:47 pm

Zimbra REST API for Briefcase functions

Post by kbos »

I just came along this problem and did an educated guess. See ZCS 6.0:Zimbra REST API Reference:Get Briefcase Item - Zimbra :: Wiki
cat document | curl -s -S -f -u {admin-user}:{admin-password} -k -T - https://127.0.0.1:7071/home/{user}@{dom ... ument-name}>
Post Reply