About 30,200,000 results
Open links in new tab
  1. How to pass multiple param values for the same key to GET with Postman

    I have a need to pass multiple param values for the same key to a GET with Postman. I want the end result to be a listing of all "features" corresponding to the param values passed to the GET …

  2. Send parameters and body data with API requests in Postman

    May 12, 2025 · You can specify path and query parameters for a request using the URL box or the Params tab. Query parameters are appended to the end of the request URL, following ? …

  3. How to send Multiple Requests at same time in Postman

    Mar 12, 2024 · Steps to Send multiple requests at the same time in Postman : Step 1 : Create a collection having more than one request shown as below. Step 2: Click on three dots icons at …

  4. Running a request multiple times with different data sets

    Feb 27, 2018 · I’m using postman.setNextRequest() to hit the “Before Each > Register User” request - notice the name has to match it exactly. Also, take note if the request name is unique …

  5. Request Parameters in Postman - Tpoint Tech - Java

    Mar 17, 2025 · There are two ways of setting query parameters on a request in Postman. The most common way of adding parameters is- append the query string to the end of the URL. …

  6. spring - Postman Request to GET query with Multiple List<String ...

    May 21, 2018 · It's more simple and correct to use RequestMethod.POST instead of RequestMethod.GET and @RequestBody instead of @RequestParam. public List<XyzChild> …

  7. Query multiple values in the same key Query Params - Postman

    Dec 21, 2021 · Do you know how can I pass multiple values in the same key on a get call? Data that I want to query is stored similar to below: “customReferences”: [{“typeCode”: “Line”, “id”: …

  8. Send same request multiple times | APIOps 101 - Postman

    Start sending API requests with the Send same request multiple times public request from Postman Answers on the Postman API Network.

  9. How to send multiple parameters to a GET API request using PostMan ...

    Aug 13, 2018 · Yes, you can send multiple column values to the same api from the same Csv file just like the case in which you are using one column.

  10. Run requests in sequence using Postman Flows | Postman Docs

    May 7, 2025 · To run several requests in a specific order, do the following: Create a new flow module. Select Send a request to add the first HTTP Request block. Drag and drop the HTTP …

  11. Some results have been removed
Refresh