POST api/v1/sysv1/GetUserTransactionList
Request Information
URI Parameters
None.
Body Parameters
PagedParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<PagedParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models"> <PageIndex>1</PageIndex> <PageSize>2</PageSize> </PagedParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageListOfAITTransactionDto_Web| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPage | integer |
None. |
|
| TotalCount | integer |
None. |
|
| Items | Collection of AITTransactionDto_Web |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"TotalPage": 3,
"TotalCount": 4,
"Items": [
{
"Action": 1,
"ActionMessage": "sample string 1",
"ChangeFront": 2.0,
"ChangeMoney": 3.0,
"ChangeLast": 4.0,
"CreateTime": "2025-12-06T04:33:37.6525797+00:00",
"CreateTimestamp": 6
},
{
"Action": 1,
"ActionMessage": "sample string 1",
"ChangeFront": 2.0,
"ChangeMoney": 3.0,
"ChangeLast": 4.0,
"CreateTime": "2025-12-06T04:33:37.6525797+00:00",
"CreateTimestamp": 6
}
]
}
text/xml
Sample:
<PageListOfAITTransactionDto_WebE5mXFazd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Infrastructure.Collections">
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Trades.AIT">
<d2p1:AITTransactionDto_Web>
<d2p1:Action>开仓</d2p1:Action>
<d2p1:ActionMessage>sample string 1</d2p1:ActionMessage>
<d2p1:ChangeFront>2</d2p1:ChangeFront>
<d2p1:ChangeLast>4</d2p1:ChangeLast>
<d2p1:ChangeMoney>3</d2p1:ChangeMoney>
<d2p1:CreateTime>2025-12-06T04:33:37.6525797+00:00</d2p1:CreateTime>
<d2p1:CreateTimestamp>6</d2p1:CreateTimestamp>
</d2p1:AITTransactionDto_Web>
<d2p1:AITTransactionDto_Web>
<d2p1:Action>开仓</d2p1:Action>
<d2p1:ActionMessage>sample string 1</d2p1:ActionMessage>
<d2p1:ChangeFront>2</d2p1:ChangeFront>
<d2p1:ChangeLast>4</d2p1:ChangeLast>
<d2p1:ChangeMoney>3</d2p1:ChangeMoney>
<d2p1:CreateTime>2025-12-06T04:33:37.6525797+00:00</d2p1:CreateTime>
<d2p1:CreateTimestamp>6</d2p1:CreateTimestamp>
</d2p1:AITTransactionDto_Web>
</Items>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<TotalCount>4</TotalCount>
<TotalPage>3</TotalPage>
</PageListOfAITTransactionDto_WebE5mXFazd>