Synchronizations REST Endpoints
Synchronizations
- Creates a FlowSchedule business object.
- Method: postPath:
/gatewayapi/restapi/v1/synchronizations - Deletes the synchronization for the specified synchronization ID.
- Method: deletePath:
/gatewayapi/restapi/v1/synchronizations/delete/{id} - Deletes the synchronization for the specified synchronization ID.
- Method: deletePath:
/gatewayapi/restapi/v1/synchronizations/{id} - Returns all flowSchedule business objects associated with a synchronization for the specified synchronization ID.
- Method: getPath:
/gatewayapi/restapi/v1/synchronizations/{id} - Returns all FlowSchedule business objects.
- Method: getPath:
/gatewayapi/restapi/v1/synchronizations/list - Updates the synchronization identified by the synchronization ID.
- Method: putPath:
/gatewayapi/restapi/v1/synchronizations/{id}