Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After execution of api call response body will appear on the bottom:

...

  1. In response body you get data and output parameters are located after “Result”:

First you read parameter name (marked red on picture above) and after name, behind double dots is value of parameter (marked blue on picture). Parameters are separated by comas so after each coma goes slash than name of parameter in quotation marks and after double dots goes value of parameter which can be in quotation marks too if value is type “String”.

On this example there are multiple items and each item is separated with coma between curly brackets (marked with green square on picture above). Each item begins and ends with curly bracket.

2. Below response body is example of response body which shows which parameters it should have

You may notice “Download” button in bottom right corner in response body. By clicking it will download output result as json file.

...