name | data type | description |
---|---|---|
vXTrxLogs | array of VXTrxLogV2 | |
Properties inherited from VList |
||
listSize | number | |
list | array of object | |
startIndex | number | |
pageSize | number | |
totalCount | number | |
resultSize | number | Returns the value for the member attribute resultSize |
sortType | string | |
sortBy | string |
Example
{ "vXTrxLogs" : [ { "id" : 12345, "createDate" : { }, "createdBy" : "...", "objectClassType" : 12345, "objectId" : 12345, "objectName" : "...", "parentObjectClassType" : 12345, "parentObjectId" : 12345, "parentObjectName" : "...", "action" : "...", "changeInfo" : { "attributes" : [ { }, { } ] }, "requestId" : "...", "transactionId" : "...", "sessionId" : "...", "sessionType" : "..." }, { "id" : 12345, "createDate" : { }, "createdBy" : "...", "objectClassType" : 12345, "objectId" : 12345, "objectName" : "...", "parentObjectClassType" : 12345, "parentObjectId" : 12345, "parentObjectName" : "...", "action" : "...", "changeInfo" : { "attributes" : [ { }, { } ] }, "requestId" : "...", "transactionId" : "...", "sessionId" : "...", "sessionType" : "..." } ], "listSize" : 12345, "list" : [ { }, { } ], "startIndex" : 12345, "pageSize" : 12345, "totalCount" : 12345, "resultSize" : 12345, "sortType" : "...", "sortBy" : "..." }