GET api/2.0/settings/security
Returns the security settings for the modules specified in the request.
Name |
Description |
Type |
Example |
ids
sent in body
|
List of module IDs
|
Collection of strings
collection
|
some text
|
GET api/2.0/settings/security
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"ids": [
"some text"
]
}
application/json
{
"status": 0,
"response": [
{
"WebItemId": "some text",
"Enabled": true,
"IsSubItem": true
}
]
}
text/xml
<result>
<status>0</status>
<response>
<WebItemId>some text</WebItemId>
<Enabled>True</Enabled>
<IsSubItem>True</IsSubItem>
</response>
</result>