POST /Command/getSynchScheduleParameters
A convenience method that retrieves and displays the parameters of %SYS.Task.DeepSeeSynchronize.
URL Parameters
None.
Request Body Details
This service is called with an empty body.
Example Request
-
Request Method:
POST
-
Request URL:
http://localhost:52773/api/deepsee/v2/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.