How to export specific request to file using postm

2019-02-05 10:16发布

问题:

I want to export one specific request from postman extension (chromium) and send it to another developer so that he can import it). How i can do it?

回答1:

To do that you need to leverage the feature "Collections" of Postman. This link could help you: https://www.getpostman.com/docs/collections.

Here is the way to do:

  • Create a collection (within tab "Collections")
  • Execute your request
  • Add the request to a collection
  • Share your collection as a file.


回答2:

If you want to export it as a file just do Any Collection (...) -> Export. There you should be able to choose collection version format and it will be exported in JSN file.



回答3:

Thanks to the previous answers you knew how to save/download a request.

For people who are asking for a way to save/export the response you can use the arrow beside the "Send" button, click "Send and Download" to get the response in .json



回答4:

You can export collection by clicking on arrow button

and then click on download collection button



标签: rest postman