Overview
Bulk downloading of content from Jive can be done by using the Jive Application Programming Interface (API). It's not possible to bulk download content through the web interface.
This article provides information that can be used to get started on bulk downloading content using the API.
Note: Questions about API best practices for scripts, tools, or custom addons are outside of the Jive Support Team's Scope of Work.
For assistance with creating API scripts, tools, or custom addons, consult the Developer Resources, or engage Jive Professional Services. To get more information about these
services, contact your Account Manager, Customer Success Manager, or Account Executive.
For assistance with creating API scripts, tools, or custom addons, consult the Developer Resources, or engage Jive Professional Services. To get more information about these
services, contact your Account Manager, Customer Success Manager, or Account Executive.
Prerequisites
Knowledge of how to utilize a REST API.
Information
To get started on using the API to bulk download content from Jive, review the following information:
- The HTTP Basic w/SSL section of the Developer Introduction to the Jive API.
- Note: API request results will be limited based on the authenticated user's System Administration Permission Level.
- The Important Features section of the Jive API Website - with an emphasis on the Paginated Lists feature.
- How to get a paginated list of places: /places
- How to search for a particular place: /search/places
- The Place Entity reference.
- How to get a paginated list of the content objects in a place: /places/{placeID}/contents
- The Content Entity reference.
- The Jive Developer Resources.
Comments
0 comments
Article is closed for comments.