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
| Name | Value |
|---|---|
| Content-Type | application/json |
Response
title="201"
{
"status": "initialized"
}
title="500"
{
"error_code" : "SYS_SCH_INIT",
"error": "Initialization Error"
}