Copy content entry to another space

Hi Thomas,

That is possible with our export and import tools.

In the export tool, you can specify a single entry using the queryEntries parameter:

In your case, you can use something on the lines of

queryEntries: [
    'content_type=<content_type_id>',
    'sys.id=<entry_id>'
  ]