POST api/Task/GetList2
Request Information
URI Parameters
None.
Body Parameters
QueryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ReleaseTaskStatus | Collection of ReleaseTaskStatus |
None. |
|
| ShopId | integer |
None. |
|
| Title | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReleaseTaskStatus": [
"Wating",
"Wating"
],
"ShopId": 1,
"Title": "sample string 2",
"PageIndex": 3,
"PageSize": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfPageListOfProductListInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PageListOfProductListInfo |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"Id": 1,
"MemberId": 2,
"ReleaseTaskStatus": "Wating",
"IsDownLoad": true,
"IsDelete": true,
"ErrorCode": "sample string 5",
"ErrorMessage": "sample string 6",
"CreateTime": "2025-11-06 09:12:57",
"UpdateTime": "2025-11-06 09:12:57",
"ProductId": "5b563480-c3f2-43fb-aa71-1bbd49bd85af",
"Name": "sample string 10",
"TaskStatus": "Wating",
"TaskType": "OffineProduct",
"ImgUrl": "sample string 11",
"Price": 12.0,
"PlatFormType": "Aliexpress",
"OssIdentity": "sample string 13",
"ScheduledTime": "2025-11-06 09:12:57",
"OnlineProductIdentity": "sample string 14",
"ShopId": 15,
"ShopIdentity": "sample string 16",
"TagInfo": "sample string 17",
"GroupInfo": "sample string 18",
"SourceName": "sample string 19",
"SourceUrl": "sample string 20"
},
{
"Id": 1,
"MemberId": 2,
"ReleaseTaskStatus": "Wating",
"IsDownLoad": true,
"IsDelete": true,
"ErrorCode": "sample string 5",
"ErrorMessage": "sample string 6",
"CreateTime": "2025-11-06 09:12:57",
"UpdateTime": "2025-11-06 09:12:57",
"ProductId": "5b563480-c3f2-43fb-aa71-1bbd49bd85af",
"Name": "sample string 10",
"TaskStatus": "Wating",
"TaskType": "OffineProduct",
"ImgUrl": "sample string 11",
"Price": 12.0,
"PlatFormType": "Aliexpress",
"OssIdentity": "sample string 13",
"ScheduledTime": "2025-11-06 09:12:57",
"OnlineProductIdentity": "sample string 14",
"ShopId": 15,
"ShopIdentity": "sample string 16",
"TagInfo": "sample string 17",
"GroupInfo": "sample string 18",
"SourceName": "sample string 19",
"SourceUrl": "sample string 20"
}
],
"TotalCount": 1,
"PageIndex": 2,
"PageSize": 3
},
"IsSuccess": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3"
}