< Back
Print

Load data via REST Service

Since the configuration of this plugin can be complex, we recommend to use format macros to configure this format plugin. Therefore we provide a macro template. You can also find a guide on how to configure format macros here.


Setup the format plugin

Select the ‘Load data via REST Service’ Format Plugin
select the load data via REST service format plugin

Configuration

You can use all placeholders in the format plugin for the URL, payload, additional headers and output path.
 
First fill the URL with the URL parameters to the application into the correct input field.
insert url of the api

 

After this, you can select an HTTP method. You can choose between ‘GET’ and ‘POST’
select the http method for the request

 

If you choose ‘POST’, you get the option to enter a payload which is sent with the request. Enter the payload in a JSON-Format.
payload input field if 'POST' is selected as http method

 

You can also add additional headers. This is important if you have an authorization which requires a password.
To enter your password you can use the password placeholder {password:ID}
add additional headers to the request
 

For the response of the request you need to select the correct format (JSON or XML).
select format for the response

 

Note: The plugin will NOT convert the response from JSON to XML or vice versa. You need to select the correct format in which your REST service responds to a request.
In the last input field insert the path to the value you want to extract from the request. The format for the path is with pipes ( | ). If you leave the field empty, you will get the whole result.
If you select XML as output format, you can also use xpath.
path for the expected value

 


 

Example for JSON

Assuming the REST service returns a JSON with a list of products containing one product. You want to extract the price for this product. The complete return value form the REST service looks like this:
Example JSON Response

 

The configuration to extract the storage capacity would look like this:
Example configuration for request with JSON response

 

The result will look like this:
First result example for JSON request

 

You can also extract multiple values, which will be returned in the format of the response.
E.g. extracting the whole ‘Specifications’ block:
Example path to retrieve multiple values

 

Result:
Second result example for JSON request

 

The result would differ if you put another pipe behind the path. Without a pipe the key (in this example ‘Specifications’ gets also returned in the result. Setting a pipe will just return the entries:
Variaton for example path to retrieve multiple values

 

Result:
Third result example for JSON request

 


 

Example for XML

In this example the REST service will provide data in XML format. The return value of the REST service looks like this:
Example XML Response

 

First we want to extract the Price, therefore we use the following configuration:
Example configuration for request with XML response

 

The result will look like this:
First result example for XML request

 

Just like in the JSON Example we can also retrieve a whole block (output in Excel):
Second result example for XML request

 

We can also add a pipe at the end to just get the values in ‘Specifications’:
Variaton for example path to retrieve multiple values from XML

 

Result:
Third result example for XML request

 

XML Specifications

There are some specifications for XML. For example in the given XML the currency is stored as an attribute. You can load the data from attributes like this:
Variaton for example path to retrieve attribute values from XML

 

Result:
Fourth result example for XML request

 

Instead of pipes you can also use xpath in the path input field. Example:
Variaton forxpath to retrieve value from XML

 

Result:
Fifth result example for XML request

 


 

Usage with Format Macros

We provide an example format macro configuration as template. The following guide shows possible configurations for such macro. In this example we set 4 marcro parameters.
Configuration for the REST service plugin in a format macro

 

Then you can add Names for the parameters or even set default values
Filling macro parameters for REST service plugin

 

Using the macro in an export can then look like this:
First select the configured Macro
Using the macro for the REST service plugin

 
Then you can edit the macro configuration and also use placeholders like in the example below
Configuration of the macro plugin using the REST service plugin

 

Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents