GET api/SystemRoles?PageSize={PageSize}&PageIndex={PageIndex}&OrderBy={OrderBy}&Descending={Descending}&LookupList={LookupList}
Request Information
URI Parameters
Name | Description | Type | Additional 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
ListViewResponseOfJsonWrapperOfSystemRoleName | Description | Type | Additional information |
---|---|---|---|
PagedData | PagingData |
None. |
|
Data | Collection of JsonWrapperOfSystemRole |
None. |
Response Formats
application/json, text/json
Sample:
{ "pagedData": { "total": 0, "page": 0, "records": 0, "columns": [] }, "data": null }
application/xml, text/xml
Sample:
<ListViewResponseOfJsonWrapperOfSystemRole7lgHBZjezJBVcbu9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDeck.Estimating.ViewModels.Paging" />