VXTrxLogList Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
vXTrxLogs list of VXTrxLog element 0/unbounded  
Properties inherited from VList
pageSize int element 1/1  
resultSize int element 1/1 Returns the value for the member attribute resultSize
sortBy string element 0/1  
sortType string element 0/1  
startIndex int element 1/1  
totalCount long element 1/1  

Example

<VXTrxLogList>
  <vXTrxLogs>
    <objectClassType>...</objectClassType>
    <objectId>...</objectId>
    <parentObjectId>...</parentObjectId>
    <parentObjectClassType>...</parentObjectClassType>
    <parentObjectName>...</parentObjectName>
    <objectName>...</objectName>
    <attributeName>...</attributeName>
    <previousValue>...</previousValue>
    <newValue>...</newValue>
    <transactionId>...</transactionId>
    <action>...</action>
    <sessionId>...</sessionId>
    <requestId>...</requestId>
    <sessionType>...</sessionType>
    <id>...</id>
    <createDate>...</createDate>
    <updateDate>...</updateDate>
    <owner>...</owner>
    <updatedBy>...</updatedBy>
  </vXTrxLogs>
  <startIndex>...</startIndex>
  <pageSize>...</pageSize>
  <totalCount>...</totalCount>
  <resultSize>...</resultSize>
  <sortType>...</sortType>
  <sortBy>...</sortBy>
</VXTrxLogList>