Returns the cookies lifetime value in minutes.
This method doesn't have any parameters.
GET api/2.0/settings/cookiesettings Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Lifetime value in minutes
application/json
{ "status": 0, "response": { "LifeTime": 1234, "Enabled": true } }
text/xml
<result> <status>0</status> <response> <LifeTime>1234</LifeTime> <Enabled>True</Enabled> </response> </result>