3.2.1.3.2 Data Extraction

Data Extraction is exacting the particular data from response body.

In the API response we may get huge response. It was difficult check the particular value in huge response. So, data extraction is extracting the particular values from the response.

Click on the Response Schema tab and then click on New link.

Here you can see the two options Advanced and Design

  • Click on the Design

Enter the Schema Name and Matched string

  • Matched string: Any String in the whole response data.

    Enter the JSON path in response filed, select the data type and select the product element.

  • After fill the all the details click on the save button Then click on the Test button.

  • Click on the Response Data tab

You can find the extracted data. Below screen shows the extracted data.

Last updated