Response tab

This table shows the properties of the Response tab:

Name Description
Content Type Response content type is automatically defined as Application/JSON.
Body Specify response body, it must be valid JSON. You can use API Flow parameters with JSON Path expressions. See API Flow parameters.

Because the response must be valid JSON object, you cannot define the API Flow parameter alone, for example: ${getInventory.list}.

If that is required, leave the response body field empty. The API Flow response defaults to the response of the previous API Gateway step.

You cannot leave the response body field empty in case the last step is parallel branch.