...
ty | The type of revision:
| string |
current | True if this event refers to the current version. The properties are then those of the current version. For example, if the text in val is the current actual text of the segment. False if this is an older version. | bool |
loc | The locale for which the change was done. | string |
dt | Date of change. | datetime |
uid | The person ID who edited this version. Null if set by machine or connected user has no right to see the user details. | int? |
tsk | Optional task code. If the comment was added in the framework of a job, then this includes the task code of the job. Otherwise null. | string? |
Properties used only with "text" events | ||
val | The text. | string |
ed | Last editor type (none, pretranslation, human edit...). See list of possible values. | int? |
mk | Null or an array of text ranges that differ from the preceding or succeeding text version (this depends on the algorithm chosen in the method that yields this object). "mk" is null if there are no differences. If there is at least one difference, the array contains these objects:
| array?<int> |
Properties used only with "flags" events | ||
st | The status: 0 = none, 1 = OK/green, 2 = error/red | int |
bk | The bookmark value: 0 = none, 1 = blue, 2 = red | int |
...