Create a New Folder and Copy Existing Documents - Hyland Content REST API - Current - Current - Ready - Content Innovation Cloud - external

Hyland Content REST API

Platform
Content Innovation Cloud
Product
Hyland Content REST API
Release
Current
License

Create a new folder and copy existing documents from another folder into the newly created folder by making API calls to the following endpoints in their listed order. See each endpoint's listed reference section for more information.

  1. To create a new folder, call POST /api/documents/path[docPath] (see Create a Document in a Folder with the Specified Path).
  2. To copy existing documents into the new folder, call POST /api/documents/[docId]/copy (see Copy a Document to a Folder).
  3. To return an existing document, call GET /api/documents/path[docPath] (see Return the Document with the Specified Path).