Flows REST Endpoints
Flows
- Creates a Flow business object.
- Method: postPath:
/gatewayapi/restapi/v1/flows - Deletes the Flow business object for the specified Flow ID.
- Method: deletePath:
/gatewayapi/restapi/v1/flows/delete/{id} - Deletes the Flow business object for the specified Flow ID.
- Method: deletePath:
/gatewayapi/restapi/v1/flows/{id} - Retuns the Flow business object for the specified Flow ID.
- Method: getPath:
/gatewayapi/restapi/v1/flows/{id} - Returns all Flow business objects.
- Method: getPath:
/gatewayapi/restapi/v1/flows/list - Updates the Flow business object for the specified Flow ID.
- Method: putPath:
/gatewayapi/restapi/v1/flows/{id}