GET api/2.0/settings/iprestrictions This function requires authentication

Description

Returns the IP portal restrictions.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/iprestrictions
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

IP restrictions

Example Response

application/json

{
  "status": 0,
  "response": [
    {
      "Id": 123,
      "TenantId": 1
    }
  ]
}

text/xml

<result>
  <status>0</status>
  <response>
    <Id>123</Id>
    <TenantId>1</TenantId>
  </response>
</result>