...
id | The job ID. Also see jobs/{id}/summary | string, Mandatory |
allworkflow | Default: false. If true then include comments for all jobs in the same workflow. Parameter is disregarded if the user does not have sufficient access rights. | bool, Optional |
includejobs | Default: false. If true then the jobs results property is populated. | bool, Optional |
RESULTS
The resulting JSON object has these properties:
...
cty | Always "job" | string | ||
cmid | The ID of the trace. | int | ||
txt | Optional message with the trace. Typically used with traces that are messages. | string | ||
loc | The locale to which the comment is attached. This can be a source or target locale. | string | ||
loct | The language name. | string | ||
dt | The date of the trace. | datetime | ||
uid | The user who triggered this event. Null if the user was deleted. | int? | ||
tsk | The task code to which this event is attached: RV, TR, PROOF | string | ||
tskt | The task name. | string | ||
status | The job status at the time. Numeric status, see Job Status | int | ||
statust | The job status title. | string | ||
job | Some details for the job this refers to. | objectjid | The string job id to which this trace refers. | string |
edit | True if the user is allowed to edit or delete the item. False, if no change is permitted. | bool |
...