Forum Discussion

PrakashKannan's avatar
PrakashKannan
Contributor
8 years ago

Response does not show all json

I have a GET request which will bring me the huge json response(5000 plus lines). I am not getting all the json response. When I ran the same request in postman or advanced rest client , I am getting all the json response.

 

Is this an issue with Soap ui or do i need to update something to get my huge response file

 

 

3 Replies

  • SmartBearAmber's avatar
    SmartBearAmber
    SmartBear Alumni (Retired)

    You can increase the number of characters displayed in the Response window in the UI section of the Ready! API Preferences screen.

    • PrakashKannan's avatar
      PrakashKannan
      Contributor

      Hi Thanks for your comments.

       

      I have increased the characters in UI at the preference. In 'Raw' tab of response , I am getting what I expect ( All the json responses) and still I am not getting all the json response in the 'Json' tab of response.