GET api/2.0/settings/ldap/cron
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
application/json
{
"status": 0,
"response": {
"Cron": "some text"
}
}
text/xml
<result>
<status>0</status>
<response>
<Cron>some text</Cron>
</response>
</result>