Bulk editing/selecting lists

My question:

can I do this with postman?

  • send a query to an API
  • get a list of results
  • select entries from this list (in the postman interface)
  • do something with the selected entries (delete etc.)

or is this outside the scope of postman?

Yes you should be able to chain requests together to achieve that.

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 “Other Resources”.

image

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

Then the “Galaxy Testing and Automation” course which teaches you how to assert the responses. It includes how to chain requests together.

1 Like