Versions Compared

Key

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

...

Code Block
<ApiObjectTrace>
    <Message>String content</Message>
    <ObjectId>2147483647</ObjectId>
    <ObjectType>Project</ObjectType>
    <PersonId>2147483647</PersonId>
    <PersonName>String content</PersonName>
    <TraceDate>1999-05-31T11:20:00</TraceDate>
</ApiObjectTrace>

...

PROPERTIES

Message

A text describing the action made on the object.

ObjectId

The id of the object in the database (e.g. the ProjectId, InvoiceId, etc.)

ObjectType

The type object concerned: project, invoice, etc.

PersonId

The id of the person who executed the action.

PersonName

The name of the person who executed the action.

TraceDate

The UTC date of the action.

...