View All Business Flow Schedules
get
/primeapi/restapi/pims/synchronizations/list?deploymentName={deploymentName}&flowDefinitiontype={flowDefinitiontype}
This endpoint returns all Gateway business flow schedules.
Request
Query Parameters
-
deploymentName: string
The name of deployment.
-
flowDefinitiontype: string
The flow definition type.
Response
Supported Media Types
- application/json
200 Response
successful operation
The flow schedule object associated with a flow instance.
Root Schema : FlowSchedule
Type:
object
The flow schedule object associated with a flow instance.
404 Response
The requested business flow schedule does not exist, or you do not have access to it.