Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Represents an action done on a DB object: creation, update, deletion, change of status, label.


FORMAT

<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>

PARAMETERS

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.






  • No labels