Returns all FlowLoadObject business objects.
get
/gatewayapi/restapi/v1/flowLoadObjects/list
Request
Query Parameters
-
flowId: integer(int64)
ID of flow object.Default Value:
0
Response
Supported Media Types
- application/json
200 Response
successful operation
A reference to the flowLoadObject business object.
Root Schema : FlowLoadObject
Type:
objectA reference to the flowLoadObject business object.
Show Source
-
flowBusinessObject:
object FlowBusinessObject
A reference to a flow business object.
-
id:
integer(int64)
The unique ID of the flow load object generated by the system.
Nested Schema : FlowBusinessObject
Type:
objectA reference to a flow business object.
Show Source
-
businessObject:
object BusinessObject
A reference to a business object.
-
flowDefinition:
string
-
flowType:
string
-
id:
integer(int64)
The unique ID of the flow business object generated by the system.
Nested Schema : BusinessObject
Type:
objectA reference to a business object.
Show Source
-
description:
string
A description of the business object.
-
id:
integer(int64)
The unique ID of the business object generated by the system.
-
name:
string
The name of the flow business object.
404 Response
The FlowLoadObject does not exist or you do not have access to it.