NEW RELEASE! The 2022x Refresh2 Hot Fix 3 was released on February 28, 2025. For more information, see 2022x Refresh2 Hot Fix 3 Version News.

Versions Compared

Key

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

...

To create the comment backup for a Cameo Collaborator for Teamwork Cloud document

...

  1. Use an HTTP client to send an HTTP GET request with the following URL and headers:
    • URL: https://<host>:<port>/collaborator/api/collaborator/document/<uuid>/branch/<uuid>/comments/export. Learn to find document and branch IDs (UUIDs) you need to add to the URL.

      Note

      Make sure that you replace the placeholders in the URL (between angle brackets (<>) with the actual data, e.g., Cameo Collaborator for Teamwork Cloud for TWC host, port, document, and branch IDs, etc.


    • Headers: Cookie, Connection, User-Agent. Learn to find headers for the HTTP request.
  2. Save the retrieved data as a plain text file.


The text file with retrieved data is your comment back up. You can use that backup to import comments to a Cameo Collaborator for Teamwork Cloud document published from the same project.

...

To import comments to a Cameo Collaborator for Teamwork Cloud document from the backup file

...

  1. Use an HTTP client to send an HTTP POST request with the following URL, headers, and body:
    • URL: https://<host>:<port>/collaborator/api/collaborator/document/<uuid>/branch/<uuid>/comments/import. Learn to find document and branch IDs (UUIDs) you need to add to the URL.

      Note

      Make sure that you replace the placeholders in the URL (between angle brackets (<>) with the actual data, e.g., Cameo Collaborator for Teamwork Cloud for TWC host, port, document, and branch IDs, etc.


    • Headers: Cookie, Connection, User-Agent. Learn to find headers for the HTTP request.
    • Body: the data you retrieved from an HTTP GET request when exporting comments from the document.

      Note

      When you specify the body of the HTTP request, select the raw data type and JSON data format.


  2. Reload the document to which you have imported comments.

...

When creating an HTTP request to import comments to a Cameo Collaborator for Teamwork Cloud document, you need to form a URL with document and branch IDs. The following steps explain how to find these IDs.

...

When creating an HTTP request to import comments to a Cameo Collaborator for Teamwork Cloud document, you need to know the Cookie, Connection, and User-Agent headers. The following steps explain how to find them.

...