Fields
- Request (required) Fields to configure the request.
- Pagination Pagination can be enabled to execute multiple HTTP requests and return items from each response.
- Client The HTTP connection client to use.
- Response Decoder Configures how the response is parsed. By default the response is parsed as JSON and the whole response is returned as a single item.
- Add headers to response body When enabled, the headers of the response will be added to each item.
- Add HTTP status to the response When enabled, the status code of the response will be added to each item.