...
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:
count | Total number of traces. | int |
items | Array with the list of traces, see below. | object[] |
persons | An object containing the persons referred to by the traces uid property. Note:
See Persons List (Object) for details. | object |
jobs | An object with all referenced jobs. | object |
canAdd | If true then user can add new comments | bool |
Each trace has these properties:
...