Cameo Collaborator for Teamwork Cloud allows you to create a comment backup for a specific document. You can save the backup as a plain text file for future use, e.g, system recovery.
In order to create a comment backup and import comments from the backup file, the comments must be stored in a document (not in the project). |
To create the comment backup for a Cameo Collaborator for Teamwork Cloud document
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.
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. |
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
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.
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. |
Body: the data you retrieved from an HTTP GET request when exporting comments from the document.
When you specify the body of the HTTP request, select the raw data type and JSON data format. |
After completing the above steps and reloading the document, the imported comments should be visible in the comments pane.
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.
To find document and branch 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.
To find Cookie, Connection, and User-Agent request headers