POST VideoConferencing/JankalyanHome/GetAllUserDetailList
Request Information
URI Parameters
None.
Body Parameters
UserDetailFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserType | string |
None. |
|
| DepartmentCode | integer |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Search | string |
None. |
|
| OrderBy | string |
None. |
|
| OrderByAsc | integer |
None. |
|
| AdvanceSearchModel | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserType": "sample string 1",
"DepartmentCode": 2,
"Page": 3,
"PageSize": 4,
"Search": "sample string 5",
"OrderBy": "sample string 6",
"OrderByAsc": 7,
"AdvanceSearchModel": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml, text/xml
Sample:
<UserDetailFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.AdminModel">
<AdvanceSearchModel xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.GeneralModel">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</AdvanceSearchModel>
<OrderBy xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.GeneralModel">sample string 6</OrderBy>
<OrderByAsc xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.GeneralModel">7</OrderByAsc>
<Page xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.GeneralModel">3</Page>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.GeneralModel">4</PageSize>
<Search xmlns="http://schemas.datacontract.org/2004/07/CMOWebApi.Models.GeneralModel">sample string 5</Search>
<DepartmentCode>2</DepartmentCode>
<UserType>sample string 1</UserType>
</UserDetailFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UserType" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DepartmentCode" 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Page" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PageSize" 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Search" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="OrderBy" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="OrderByAsc" 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AdvanceSearchModel[0].Key" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AdvanceSearchModel[0].Value" System.Object --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AdvanceSearchModel[1].Key" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AdvanceSearchModel[1].Value" System.Object --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.