Flows REST Endpoints

Flows
Creates a Flow business object.
Method: post
Path: /gatewayapi/restapi/v1/flows
Deletes the Flow business object for the specified Flow ID.
Method: delete
Path: /gatewayapi/restapi/v1/flows/delete/{id}
Deletes the Flow business object for the specified Flow ID.
Method: delete
Path: /gatewayapi/restapi/v1/flows/{id}
Retuns the Flow business object for the specified Flow ID.
Method: get
Path: /gatewayapi/restapi/v1/flows/{id}
Returns all Flow business objects.
Method: get
Path: /gatewayapi/restapi/v1/flows/list
Updates the Flow business object for the specified Flow ID.
Method: put
Path: /gatewayapi/restapi/v1/flows/{id}