Versions Compared

Key

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

...

count

Total number of traces.

int
items

Array with the list of traces, see below.

object[]

 

Each trace has these properties:

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 added a message or made a status change.

object?
dateThe date persons

An object containing the persons referred to by the traces. 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

 

Each trace has these properties:

ctyAlways "job"string
cmidThe ID of the trace.datetimeint
msgtxtOptional message with the trace. Typically used with traces that are messages.string
statuslocThe job status at the time. Numeric status, see Job StatusintstatustThe job status titlelocale to which the comment is attached. This can be a source or target locale.string

...

loctThe

...

uidThe person idlanguage name.intstring
ciddtThe company iddate of the trace.intdatetime
cnameuidThe company name.string
fnameFirst name. If the person was deleted the name will be "(deleted)"string
lnameLast name.string
titleOptional title of person. Nullable.string?
codeOptional code of person. Platform defined purpose. If not assigned then empty string.string
emailEmail address.string
roleOptional role of person within the company. Nullablestring?
phoneOptional phone. Nullablestring?
phoneMobileOptional mobile phone. Nullablestring?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. 
status

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

int
statustThe job status title.string
editTrue if the user is allowed to edit or delete the item. False, if no change is permitted.bool

 



The job property has these elements:

...