POST api/query/{queryName}/paged

Request Information

URI Parameters

NameDescriptionTypeAdditional information
queryName

string

Required

Body Parameters

PagedQueryRequestModel
NameDescriptionTypeAdditional information
Page

integer

None.

PageSize

integer

None.

DbName

string

None.

Parameters

Dictionary of string [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "PageSize": 2,
  "DbName": "sample string 3",
  "Parameters": {
    "sample string 1": {},
    "sample string 3": {}
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.