POST api/UserRole/LoadData
Loads the User Role List
Request Information
URI Parameters
None.
Body Parameters
Pagination Model
mlUserRoleList| Name | description | Type | Additional information |
|---|---|---|---|
| RoleID | string |
None. |
|
| PageNo | integer |
Required Range: inclusive between 1 and 100000 |
|
| PageSize | integer |
Required Range: inclusive between 1 and 100000 |
|
| OrderBy | string |
None. |
|
| OrderType | string |
None. |
|
| SearchBy | string |
None. |
|
| SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderBy": "sample string 4",
"OrderType": "sample string 5",
"PageNo": 2,
"PageSize": 3,
"SearchBy": "sample string 6",
"SearchText": "sample string 7",
"RoleID": "sample string 1"
}
application/xml, text/xml
Sample:
<mlUserRoleList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Admin"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 4</OrderBy> <OrderType xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 5</OrderType> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">2</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">3</PageSize> <SearchBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 6</SearchBy> <SearchText xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 7</SearchText> <RoleID>sample string 1</RoleID> </mlUserRoleList>
response Information
Resource description
Data Set
DataSet| Name | description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.