See if the attached rest.txt doc helps.
One quick thing that I like is the recursive function in 5.0 (If I remember right, I'm thinking recursive=1 has issues earlier on 4.5 - which will be nice for
http://www.zimbra.com/forums/adminis...end-users.html)
/home/username/sales?fmt=zip // the sales folder only
/home/username/sales?fmt=zip?recursive=1 // sales folder and all recursive
/home/username/sales/*?fmt=zip // all folders in sales (not including sales)
/home/username/sales/*?fmt=zip?recursive=1 // same as previous, but recursive