Versions Compared

Key

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

...

  1. Use an HTTP client to send an HTTP GET request with the following URL and headers:
    • URL: https://<host>:<port>/collaborator<web_app_platform_root>/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 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.

...