Skip to main content

/Command/getSynchScheduleParameters

A convenience method that retrieves and displays the parameters of %SYS.Task.DeepSeeSynchronize.

Request Method

POST

URL Parameters

None.

Request Body Details

This endpoint is called with an empty body.

Example Request

Example Response

{
    "synchParams": {
        "dailyFrequency": 1,
        "dailyFrequencyTime": 0,
        "dailyIncrement": 32,
        "dailyStartTime": 0
    },
    "Error": "",
    "status": 1
}

For information that applies to all response objects, see Notes on the Response Objects.

FeedbackOpens in a new tab