...
A JSON with these properties:
comments | An array of all comments of the segment, sorted by descending date. It includes comments in all the scope languages to which the user has access. See Comment (Object) for details. | object[] | ||
history | An array of all text and flag changes of the segment, sorted by descending date. These are notably changes of the texts by different workers over time. See Segment Change (Object) for details. | object[] | ||
persons | An object containing the persons referred to by comments or revisions. Note:
The object has keys where the key is the person id.
| object | ||
locales | A list of all locales available for this segment and which are within the scope. You can use these in a comments/revisions language filter. | string[] | ||
rights | A few access rights that are specifically useful when working with the results:
Note: When using the APIs to add/edit/delete comments, you may obtain a not authorized information even when the edit, canAdd or canSendEmail properties are true. The reason for this is that further detailed access rights check are done upon those advanced operations. | object |
ACCESS RIGHTS
When working with the timeline of a segment, you should always read out these properties:
...
strings | Object that contains names of companies, persons and task codes that are referenced by this report. We include this purely for convenience so that you do not need to issue more calls to get the names. Properties:
| object |
volume | Contains work volume information with totals and individually for each type of job and month:
Also see example at the end of this page.
| object |
actions | ||
histo | ||
workers | ||
managers | ||
clients | ||
languages | ||
team | ||
ratings |
EXAMPLE
Sample results for an external supplier company:
...