Versions Compared

Key

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

Cameo Collaborator for Teamwork Cloud allows you to import comments to a specific document if you have exported these comments earlier. This can be useful when you need to republish the document, e.g., after the system upgrade.

...

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

      Warning
      titleAdd actual values

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


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

      Warning
      titleSet data type and format

      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.

...