GET api/EcoCar/Busi/Broadcast/Query/Classes/NeedToDelete/{pageindex}/{pagesize}

检索需要删除队列的班次的集合。 一次总是检索一页数据,当还有更多页时,需要再进行检索。 使用这个函数时,最佳的办法是先把所有的页读取出来,然后再依次撤消队列声明,否则对班次执行撤消队列的标识会影响这到这函数的结果。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageindex

integer

Default value is 1

pagesize

integer

Default value is 20

Body Parameters

None.

Response Information

Resource Description

检索需要删除队列的班次的集合。 一次总是检索一页数据,当还有更多页时,需要再进行检索。 使用这个函数时,最佳的办法是先把所有的页读取出来,然后再依次撤消队列声明,否则对班次执行撤消队列的标识会影响这到这函数的结果。

CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfString
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

SimplePageDataWithNoCountResultOfString

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "pageIndex": 1,
    "pageSize": 2,
    "hasMorePages": "sample string 3",
    "records": [
      "sample string 1",
      "sample string 2"
    ]
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfstringrCdCJ3eC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag>
    <hasMorePages>sample string 3</hasMorePages>
    <pageIndex>1</pageIndex>
    <pageSize>2</pageSize>
    <records xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </records>
  </tag>
</CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfstringrCdCJ3eC>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.