View Business Flow Step Messages (Deprecated since 24.2)

get

/api/restapi/pims/flowStepInstanceMessages/{id}

This endpoint returns Gateway business flow step messages that meet the following requirements:
  • The object has an ID that matches the value of the {id} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : FlowStepInstanceMessage
Type: object
Title: FlowStepInstanceMessage
A reference to the flowStepInstMsg business object.
Show Source
Nested Schema : data
Type: array
The input and output byte data of each step in a flow.
Show Source

404 Response

The requested business flow step messages do not exist, or you do not have access to them.
Back to Top