Viewing req/resp to/from mock server in the console

I’m unable to see the requests/responses to/from the mock server in postman’s console.
What do I need to do in order to see these there, or anywhere else in postman for that matter?

You see the responses in the same place as any other request.

Before…

After sending.

If you are talking about the examples linked to a request. These should show under the request in the left hand pane, For example.

image

If you are talking about the console, this can be opened using the link in the task bar at bottom.

image

Which opens to…

image

If you are new to Postman, then I would suggest a visit to the Learning Centre.

Overview | Postman Learning Center

Including the Postman Training links under “Resources”.

image

I would recommend the “Galaxy APIs 101” course first as it gets you used to the application\GUI features.

Then the “Galaxy Testing and Automation” course which teaches you how to assert and test the responses.

Thanks, Mike, especially for the tutorial links.
I’m not completely new to postman, although I am still in the learning phase.

I thought I should be able to see, in the console, the request received by the mock server and the response sent by the mock server, but I don’t.
I only get to know that something was sent by the client and received by the client, because I see this in the client.

I found the answer I was looking for!
Posting it here for the others who may be searching for the same:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.