HEAD api/Settings?PageSize={PageSize}&PageIndex={PageIndex}&OrderBy={OrderBy}&Descending={Descending}&LookupList={LookupList}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

OrderBy

string

None.

Descending

boolean

None.

LookupList

boolean

None.

PageRequest

SqlPageRequest

None.

Body Parameters

None.

Response Information

Resource Description

ListViewResponseOfJsonWrapperOfSetting
NameDescriptionTypeAdditional information
PagedData

PagingData

None.

Data

Collection of JsonWrapperOfSetting

None.

Response Formats

application/json, text/json

Sample:
{
  "pagedData": {
    "total": 0,
    "page": 0,
    "records": 0,
    "columns": []
  },
  "data": null
}

application/xml, text/xml

Sample:
<ListViewResponseOfJsonWrapperOfSetting7lgHBZjezJBVcbu9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDeck.Estimating.ViewModels.Paging" />