GET Api/Service/Order/SearchTodoItems/{ItemType}/{PageNumber}/{PageSize}
待办任务列表搜索
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemType |
指派任务类型 |
SpeedPower.Utility.Models.Project.Orders.Service.TodoItemType |
Required |
| PageNumber |
页数 |
integer |
Required |
| PageSize |
页大小 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
待办任务列表搜索
SpeedPower.Utility.Models.Helper.ResultDataGridOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.Orders.Service.ParentListItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RowsCount | integer |
None. |
|
| Contents | Collection of SpeedPower.Utility.Models.Project.Orders.Service.ParentListItemModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"RowsCount": 1,
"Contents": [
{
"Orders": {
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-08-09T12:41:25.3531454+08:00",
"Creater": "sample string 3",
"ID": "b70fb4a7-2a98-4e72-b277-4e299916debd",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-08-09T12:41:25.3531454+08:00",
"ExternalTime": "2026-08-09T12:41:25.3531454+08:00"
},
"Designator": "sample string 1",
"Time": "2026-08-09T12:41:25.3531454+08:00",
"Finished": true,
"ID": "338650ab-b9a1-4075-b77c-af28a866a455",
"OrderId": "6a9233b3-496f-4e27-9efc-857cc654dd86",
"Distributor": "sample string 6",
"Remarks": "sample string 7"
},
{
"Orders": {
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-08-09T12:41:25.3531454+08:00",
"Creater": "sample string 3",
"ID": "b70fb4a7-2a98-4e72-b277-4e299916debd",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-08-09T12:41:25.3531454+08:00",
"ExternalTime": "2026-08-09T12:41:25.3531454+08:00"
},
"Designator": "sample string 1",
"Time": "2026-08-09T12:41:25.3531454+08:00",
"Finished": true,
"ID": "338650ab-b9a1-4075-b77c-af28a866a455",
"OrderId": "6a9233b3-496f-4e27-9efc-857cc654dd86",
"Distributor": "sample string 6",
"Remarks": "sample string 7"
}
]
}