POST api/AppRole/Search
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfAppRoleSearchModelName | Description | Type | Additional information |
---|---|---|---|
PageSize | integer |
None. |
|
From | integer |
None. |
|
Parameter | AppRoleSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageSize": 1, "From": 1, "Parameter": { "RoleName": "sample string 1" } }
application/xml, text/xml
Sample:
<SearchCallOfAppRoleSearchModeloh1q7_SJj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stardust"> <From>1</From> <PageSize>1</PageSize> <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/AvicollectSecurity.Logic.Models"> <d2p1:RoleName>sample string 1</d2p1:RoleName> </Parameter> </SearchCallOfAppRoleSearchModeloh1q7_SJj>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.