View all Gateway Business Flow Loads (Deprecated since 24.2)

get

/api/restapi/pims/flowLoadObjects/list

This endpoint returns all Gateway business flow loads.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<FlowLoadObject>
Type: array
Title: List<FlowLoadObject>
Show Source
Nested Schema : FlowLoadObject
Type: object
Title: FlowLoadObject
A reference to the flowLoadObject business object.
Show Source
Nested Schema : FlowBusinessObject
Type: object
Title: FlowBusinessObject
A reference to a flow business object.
Show Source
Nested Schema : BusinessObject
Type: object
Title: BusinessObject
A reference to a business object.
Show Source

404 Response

The requested flow load object does not exist, or you do not have access to it.
Back to Top