Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET /rest/objects/sufia:123456789/fcr:export
  retrieve a JCR/XML export of the content under /objects/sufia:123456789
 
POST /rest/objects/fcr:importimport 
  with the request body retrieved as above
  add sufia:123456789 to the tree at /objects, with all its properties, child nodes, etc
 
POST /rest/fcr:importandimport
  and this works too

Transactions

...