...
current | True if this is the current text version. False if this is an older version. | bool |
val | The text. | string |
loc | The locale of the text. | string |
dt | Date of change. | datetime |
piduid | The person ID who edited this version. Null if text was not edited by a user but is either empty or a pretranslation. | int? |
ed | Last editor type (none, pretranslation, human edit...). See list of possible values. | 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? |
flgdt | Only set when current is true. Last change of either status or bookmark. | datetime? |
flgpid | Only set when current is true. User who changed status or bookmark. | int? |
...