POST api/Administrator/User

Request Information

URI Parameters

None.

Body Parameters

DataSourceRequest
NameDescriptionTypeAdditional information
Page

integer

None.

PageSize

integer

None.

Sorts

Collection of SortDescriptor

None.

Filters

Collection of IFilterDescriptor

None.

Groups

Collection of GroupDescriptor

None.

Aggregates

Collection of AggregateDescriptor

None.

GroupPaging

boolean

None.

IncludeSubGroupCount

boolean

None.

Skip

integer

None.

Take

integer

None.

CaseSensitiveFilter

boolean

None.

IsExcelExportRequest

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "PageSize": 2,
  "Sorts": [
    {
      "Member": "sample string 1",
      "SortDirection": 0,
      "SortCompare": {
        "TemplateDelegate": null,
        "HandlerName": "sample string 1"
      }
    },
    {
      "Member": "sample string 1",
      "SortDirection": 0,
      "SortCompare": {
        "TemplateDelegate": null,
        "HandlerName": "sample string 1"
      }
    }
  ],
  "Filters": null,
  "Groups": [
    {
      "MemberType": null,
      "DisplayContent": {},
      "AggregateFunctions": [],
      "Member": "sample string 2",
      "SortDirection": 0,
      "SortCompare": {
        "TemplateDelegate": null,
        "HandlerName": "sample string 1"
      }
    },
    {
      "MemberType": null,
      "DisplayContent": {},
      "AggregateFunctions": [],
      "Member": "sample string 2",
      "SortDirection": 0,
      "SortCompare": {
        "TemplateDelegate": null,
        "HandlerName": "sample string 1"
      }
    }
  ],
  "Aggregates": [
    {
      "Aggregates": null,
      "Member": "sample string 1"
    },
    {
      "Aggregates": null,
      "Member": "sample string 1"
    }
  ],
  "GroupPaging": true,
  "IncludeSubGroupCount": true,
  "Skip": 5,
  "Take": 6,
  "CaseSensitiveFilter": true,
  "IsExcelExportRequest": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DataSourceRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.