Notify people of a commentWeb URL to open the translation editor in a browser.
URL
(POSTGET) /resources/comments/{cmid}/notifyeditor/go
PARAMETERS
The URL parameters are:
cmid | The ID of the comment to notify. | Mandatory |
The parameters are a JSON object included in the request body:
scope | The scope object. The segment must be within the scope. | Mandatory | ||
to | An array of companies/persons to notify. Each array element has these properties:
You can only notify people who correspond to those returned by a prior call to resources/team/comment or resources/team/document Example:
| Mandatory | ||
message | Optional message to include. You do not really need to add a message because the email will already include the content of the comment. | Optional |
RESULTS
...
s | Must be the key of a scope, such as:
See scope object for details. | Mandatory |
did | Optional ID of the document to preselect. | Optional |
sid | Optional ID of the segment to preselect in the editor. | Optional |
EXAMPLES
Open a project and preselect a specific document:
{wordbee server}/editor/go?s=p9983&did=223