Skip to main content

Scheduling System

Initialize All Syncs

GET /api/system/scheduling/initialize

Runs all the required scheduling initialization, getting the system created + all syncs scheduled. Used for issues with server crashes / new deployments

Headers

NameValue
Content-Typeapplication/json

Response

title="201"

{
"status": "initialized"
}

title="500"

{
"error_code" : "SYS_SCH_INIT",
"error": "Initialization Error"
}