Skip to main content

Test a single step of an Integration App API

Executes one consumer step (API def) within the operation by apiId. Mutates the API entity: saves the step's lastWebActionResponseDTO and inferred responseObjectBlueprint.

Path Parameters
internalId string REQUIRED
apiId string REQUIRED
Request Body REQUIRED
fieldValues object

Map of field variableName -> stringified value. Keys must match the variableName of the operation's IntegrationAppAPIFields. null is allowed (interpreted as an empty map).

Responses
200

Returns the test result

Schema OPTIONAL
object