Handling Responses

By default the module will output whatever it got from the remote server.

Response specification

Below is the collection of directives controlling the processing of the response. All of them must be placed inside the response collection.

String or Type Specification

Specifies how data are parsed from body.

IML String or Object

An expression that parses whether the response is valid or not.

IML String or Error Specification

Specifies how the error is shown to the user, if it would occur.

IML String or Number

Controls the maximum number of returned items by the module.

IML String or Iterate Specification

Specifies how response items (in case of multiple) are retrieved and processed.

IML Object

Creates/updates variable temp which you can access in subsequent requests.

Any IML Type

Describes structure of the output bundle.

Last updated