Versions Compared

Key

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

...

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:

...

ctyAlways "job"string
cmidThe ID of the trace.int
txtOptional message with the trace. Typically used with traces that are messages.string
locThe locale to which the comment is attached. This can be a source or target locale.string
loctThe language name.string
dtThe date of the trace.datetime
uidThe user who triggered this event. Null if the user was deleted.int?
tskThe task code to which this event is attached: RV, TR, PROOFstring
tsktThe task name.string
status

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

int
statustThe job status title.string
job

Some details for the job this refers to.

objectjid

The string job id to which this trace refers.

string
editTrue if the user is allowed to edit or delete the item. False, if no change is permitted.bool

...