/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
-
Request Method:
POST
-
Request URL:
https://localhost/api/deepsee/v3/Command/getSynchScheduleParameters
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
-
Request Body:
{}
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.