Flow API
Flow is a special case of HTTP proxy functionality used for the connection with the process engines IGUASU and INUBIT.
This API provides endpoints to make GET, POST, PUT and DELETE requests using these specialized proxies.
| Method | Endpoint |
|---|---|
|
|
Description Perform an HTTP GET on the given flow instance. |
|
Path Parameter
|
|
Query Parameter
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user or API Key is required. |
|
|
|
Description Perform an HTTP POST on the given flow instance. |
|
Path Parameter
|
|
Query Parameter
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user or API Key is required. |
|
|
|
Description Perform an HTTP PUT on the given flow instance. |
|
Path Parameter
|
|
Query Parameter
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user or API Key is required. |
|
|
|
Description Perform an HTTP DELETE on the given flow instance. |
|
Path Parameter
|
|
Query Parameter
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user or API Key is required. |