GET Api/Service/Order/SearchTodoItems/{ItemType}/{PageNumber}/{PageSize}

待办任务列表搜索

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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-07-01T14:05:58.3408679+08:00",
        "Creater": "sample string 3",
        "ID": "403bdc20-772f-415f-af39-08088394f357",
        "SiteId": "sample string 5",
        "OrderExternalNumber": "sample string 6",
        "LatestTime": "2025-07-01T14:05:58.3408679+08:00",
        "ExternalTime": "2025-07-01T14:05:58.3408679+08:00"
      },
      "Designator": "sample string 1",
      "Time": "2025-07-01T14:05:58.3408679+08:00",
      "Finished": true,
      "ID": "070552a3-8085-4b80-bfd3-b4cdc952972d",
      "OrderId": "a838ec77-1a58-4c37-a868-1825f3efe695",
      "Distributor": "sample string 6",
      "Remarks": "sample string 7"
    },
    {
      "Orders": {
        "OrderInternalNumber": "sample string 1",
        "OrderSource": 0,
        "InternalTime": "2025-07-01T14:05:58.3408679+08:00",
        "Creater": "sample string 3",
        "ID": "403bdc20-772f-415f-af39-08088394f357",
        "SiteId": "sample string 5",
        "OrderExternalNumber": "sample string 6",
        "LatestTime": "2025-07-01T14:05:58.3408679+08:00",
        "ExternalTime": "2025-07-01T14:05:58.3408679+08:00"
      },
      "Designator": "sample string 1",
      "Time": "2025-07-01T14:05:58.3408679+08:00",
      "Finished": true,
      "ID": "070552a3-8085-4b80-bfd3-b4cdc952972d",
      "OrderId": "a838ec77-1a58-4c37-a868-1825f3efe695",
      "Distributor": "sample string 6",
      "Remarks": "sample string 7"
    }
  ]
}