...
count | Total number of traces. | int |
items | Array with the list of traces, see below. | object[] |
Each trace has these properties:
id | The ID of the trace. | int | |
job | The 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? | |
date | The date persons | An object containing the persons referred to by the traces. Note:
See Persons List (Object) for details. | object |
Each trace has these properties:
cty | Always "job" | string | |||
cmid | The ID of the trace. | datetimeint | |||
msgtxt | Optional message with the trace. Typically used with traces that are messages. | string | |||
statusloc | The job status at the time. Numeric status, see Job Status | int | statust | The job status titlelocale to which the comment is attached. This can be a source or target locale. | string |
...
loct | The |
...
uid | The person idlanguage name. | intstring | |
ciddt | The company iddate of the trace. | intdatetime | |
cnameuid | The company name. | string | |
fname | First name. If the person was deleted the name will be "(deleted)" | string | |
lname | Last name. | string | |
title | Optional title of person. Nullable. | string? | |
code | Optional code of person. Platform defined purpose. If not assigned then empty string. | string | |
Email address. | string | ||
role | Optional role of person within the company. Nullable | string? | |
phone | Optional phone. Nullable | string? | |
phoneMobile | Optional mobile phone. Nullable | string?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. | ||
status | The job status at the time. Numeric status, see Job Status | int | |
statust | The job status title. | string | |
edit | True if the user is allowed to edit or delete the item. False, if no change is permitted. | bool |
The job property has these elements:
...