GET api/2.0/settings/iprestrictions
Returns the IP portal restrictions.
This method doesn't have any parameters.
GET api/2.0/settings/iprestrictions
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": [
{
"Id": 123,
"TenantId": 1
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Id>123</Id>
<TenantId>1</TenantId>
</response>
</result>