GET Common/GetNotifications?dtSt={dtSt}&dtStEnd={dtStEnd}&category={category}&query={query}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dtSt | date |
None. |
|
| dtStEnd | date |
None. |
|
| category | string |
None. |
|
| query | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfInnerPagedListOfNotificationDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | InnerPagedListOfNotificationDetailDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {
"Page": 1,
"PageSize": 2,
"TotalCount": 3,
"Data": [
{
"traderMtAccountId": "sample string 1",
"traderPlatId": 2,
"mtAccountId": "sample string 3",
"platId": 4,
"effectiveDate": "sample string 5",
"action": "sample string 6",
"traderType": "sample string 7",
"feeType": "sample string 8",
"memo": "sample string 9",
"shareProfitPeriod": "sample string 10",
"category": "sample string 11",
"clientAccName": "sample string 12",
"signalAccName": "sample string 13"
},
{
"traderMtAccountId": "sample string 1",
"traderPlatId": 2,
"mtAccountId": "sample string 3",
"platId": 4,
"effectiveDate": "sample string 5",
"action": "sample string 6",
"traderType": "sample string 7",
"feeType": "sample string 8",
"memo": "sample string 9",
"shareProfitPeriod": "sample string 10",
"category": "sample string 11",
"clientAccName": "sample string 12",
"signalAccName": "sample string 13"
}
]
}
}