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. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP POST on the given flow instance. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP PUT on the given flow instance. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP DELETE on the given flow instance. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called Flow system |
|
Required Access Rights A logged in user, API Key or access token is required. |