GET api/FoxPass/WhiteList_IP
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WhiteListIP| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| enabled | boolean |
None. |
|
| ip_address | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"enabled": true,
"ip_address": "sample string 3"
},
{
"name": "sample string 1",
"enabled": true,
"ip_address": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfFoxpassAPI.WhiteListIP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End">
<FoxpassAPI.WhiteListIP>
<enabled>true</enabled>
<ip_address>sample string 3</ip_address>
<name>sample string 1</name>
</FoxpassAPI.WhiteListIP>
<FoxpassAPI.WhiteListIP>
<enabled>true</enabled>
<ip_address>sample string 3</ip_address>
<name>sample string 1</name>
</FoxpassAPI.WhiteListIP>
</ArrayOfFoxpassAPI.WhiteListIP>