POST api/MessageDock/QueryPagerOneWindowsList

Request Information

URI Parameters

None.

Body Parameters

SearchRequest
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

items

Collection of FilterItem

None.

Request Formats

application/json, text/json

Sample:
{
  "items": [
    {
      "name": "sample string 1",
      "operator": 0,
      "value": {}
    },
    {
      "name": "sample string 1",
      "operator": 0,
      "value": {}
    }
  ],
  "pageSize": 1,
  "pageIndex": 2
}

application/xml, text/xml

Sample:
<SearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model.Search">
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
</SearchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.