GET Api/Service/Order/SearchTodoItems/{ItemType}/{Finished}/{PageNumber}/{PageSize}
待办任务列表搜索
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ItemType |
指派任务类型 |
SpeedPower.Utility.Models.Project.Orders.Service.TodoItemType |
Required |
Finished |
是否已完成处理 |
boolean |
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.ParentListItemModelName | 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": "2025-04-03T19:56:14.1083922+08:00", "Creater": "sample string 3", "ID": "4893d92c-d466-4d72-b54c-43055c1ac2c9", "SiteId": "sample string 5", "OrderExternalNumber": "sample string 6", "LatestTime": "2025-04-03T19:56:14.1083922+08:00", "ExternalTime": "2025-04-03T19:56:14.1083922+08:00" }, "Designator": "sample string 1", "Time": "2025-04-03T19:56:14.1083922+08:00", "Finished": true, "ID": "ad40baca-1a09-4657-9340-d962099facfc", "OrderId": "052c9ebb-32ba-4dd4-94b4-dd1c0d99beb7", "Distributor": "sample string 6", "Remarks": "sample string 7" }, { "Orders": { "OrderInternalNumber": "sample string 1", "OrderSource": 0, "InternalTime": "2025-04-03T19:56:14.1083922+08:00", "Creater": "sample string 3", "ID": "4893d92c-d466-4d72-b54c-43055c1ac2c9", "SiteId": "sample string 5", "OrderExternalNumber": "sample string 6", "LatestTime": "2025-04-03T19:56:14.1083922+08:00", "ExternalTime": "2025-04-03T19:56:14.1083922+08:00" }, "Designator": "sample string 1", "Time": "2025-04-03T19:56:14.1083922+08:00", "Finished": true, "ID": "ad40baca-1a09-4657-9340-d962099facfc", "OrderId": "052c9ebb-32ba-4dd4-94b4-dd1c0d99beb7", "Distributor": "sample string 6", "Remarks": "sample string 7" } ] }