Returns the LDAP autosynchronous cron expression for the current portal if it exists.
This method doesn't have any parameters.
GET api/2.0/settings/ldap/cron Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
LDAP cron settings
application/json
{ "status": 0, "response": { "Cron": "some text" } }
text/xml
<result> <status>0</status> <response> <Cron>some text</Cron> </response> </result>