Forum Discussion

swati1's avatar
swati1
Occasional Contributor
5 years ago

how can i see the complete response of my REST request?

my REST API  request has 100 no. of records  in response but SOAP ui showing only few.So how can i see the complete response (i.e. all 100 records)of my request?

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    Do you see that in raw response?
    Also you may want to see Preferences regarding the size of the response, not sure though.

    If you are calling GET method, see if that supports filtering / pagination etc., Please check with your team.