Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

idThe ID of the trace.int
jobThe job to which this trace refers to. See properties below.object
origin

The origin of the trace: The person who triggered it. This may be the person assigned to the job, or the manager or someone else.

bool
dateThe date of the trace.datetime
msgOptional message with the trace. Typically used with traces that are messages.string
status

Null: The trace is not related to a status change

Otherwise: The job status at the time. Numeric status, see Job Status

int
statustThe job status title.string

 

The origin property has these elements:

...

idThe globally unique ID of the job (which encodes jobid + iscodyt)string
jobidThe numeric job id (unique for Standard and Codyt respectively)int
iscodytTrue: A Codyt job. False: A standard job.bool
referenceThe reference of the job. With Codyt jobs this is the job's document name.string
taskThe task code of the job (TR, RV...)string
tasktThe task title (Translation, Revision...)string
src / srctSource language code and namestring
trg / trgtTarget language code and namestring
branch / brancht

Branch language code and name. In general the branch locale is identical to the target locale.

It may be different where a workflow involves a back translation or translation into pivot languages.

string
statusThe job status as a number.int
statustThe job status name.string

 

EXAMPLES

...

 

Code Block