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:

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:

  • Excludes persons that the user cannot see. There is an access right to prevent a user from viewing user and company names.

See Persons List (Object) for details.

object
jobsAn object with all referenced jobs.object
canAdd

If true then user can add new comments

bool

 

Each trace has these properties:

...