export - Is there a way to bulk download files in Jive via API or script? -


we have extract 1,000 documents divestiture. doing clicking going take long time. know jive has api, can find let download multiple files multiple groups.

any ideas appreciated.

thanks!

sure. use /contents/{contentid} grab document.

there's more detail in document entity section of jive rest api documentation.

you might find list of documents retrieve using search methods of api. here's curl example:

curl -v -u <username:password> https://<url>/api/core/v3/search/contents?filter=search(<search term>) 

also, know, there active jive developer community questions more eyeballs. and, start development jive in general, check out https://developer.jivesoftware.com/


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -