Returns a FlowStepInstanceMessage business object for the specified FlowStepInstanceMessage ID.

get

/gatewayapi/restapi/v1/flowStepInstanceMessages/{id}

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
A reference to the flowStepInstMsg business object.
Root Schema : FlowStepInstanceMessage
Type: object
A reference to the flowStepInstMsg business object.
Show Source
  • The unique ID of the flowstep instance message generated by the system.
  • The name of the flowstep instance message.
  • The sequence number of a flowstep instance message. The sequence number determines the display order of the flowstep instance message in a sequence.
  • The input and output messages of each step in a flow.

404 Response

The FlowStepInstanceMessage does not exist or you do not have access to it.