Questions tagged [postman-collection]

23 questions
128
votes
13 answers

Where are Postman collections saved?

Where does the standalone Postman client for Windows save collections when working offline? To clarify, I want to find where Postman saves collection files to by default when online syncing is disabled. I am not trying to export my collection as a…
Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
18
votes
4 answers

Convert Postman Collection to PDF

I've developed a pretty extense API, and I have it on Postman, which works pretty nice. Now I have to generate an html doc to keep it versioned inside /docs along with my sources. Is there a tool or a way to achieve this? I really don't want to…
Nikita
  • 328
  • 1
  • 2
  • 10
7
votes
2 answers

Using Collection Variables in Postman

All the examples on learning.getpostman.com site show how to save variables at the global or environment level, in order to get a value from one request to another. For example: pm.environment.set(variableName:String,…
JoSSte
  • 2,953
  • 6
  • 34
  • 54
7
votes
2 answers

Postman collection Authorization not present in documentation headers

I have started using Postman to map out my API and also wanted have a quick, easy way to document it and share it. My API is using JWT for auth and this token needs to be present in each request except login. In order to keep it DRY I have used…
6
votes
1 answer

what is the difference between postman collections and API documentation?

I have postman collections of some rest apis that I delivered to someone who want to do a secure assessment on them, however he asked for full API documentation, and I'm not very familiar with rest APIs, so what is the difference? ain't postman…
6
votes
2 answers

How to import Postman's collection into SoapUI?

Maybe anyone known how can I import postman collection into the SoapUI rest project. I just find reverse import way here: http://blog.getpostman.com/2016/04/27/importing-soapui-projects-into-postman/ May be I should import Postman collection in…
V. Rob
  • 316
  • 1
  • 4
  • 13
5
votes
2 answers

Where is the Netsuite Webservices Postman Collection?

In Netsuite's REST web services help documentation, there's a reference to a Postman collection: https://netsuite.custhelp.com/app/answers/detail/a_id/86958/kw/postman You can download the REST web services Postman environment template and…
Silas Palmer
  • 2,687
  • 1
  • 29
  • 30
5
votes
1 answer

How to convert apiDoc to postman collection?

I have a nodejs project with many requests implemented and well documented by apiDoc, and I want to create a Postman collection from it! > example: /** * @api {GET} config/updates Updates - Get the latest event updates * @apiGroup Config…
3
votes
2 answers

How to generate code using Postman Collection

I'm aware it is possible to generate code snippets from individual Postman requests, but I can't find similar functionality for a entire collection. I also know that there are tools like newman for running an exported collection in Postman…
Arash Outadi
  • 446
  • 7
  • 16
3
votes
1 answer

How to create JSON file from postman collection(s)

I want to convert my current Postman collection(s) to JMeter jmx files I should be able to convert in loadium by adding collection JSON file, But I don't find Export option anymore (even I'm sign in to postman), was it removed ? How/where collection…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
2
votes
1 answer

Importing Postman Collection Fails

trying to import a Postman collection and I'm getting this error in an alert dialog: Import Failed TypeError: null is not an object (evaluating 'postmanBodyData.length') And then this in the console: JS Exception Line 54. TypeError: null is not an…
1
vote
2 answers

How to run postman Collection and Environment in CMD using newman by using Postman APIKey

I want to run my postman Collection and Environment in CMD using newman by using Postman-APIKey. What I tried: newman run "https://api.getpostman.com/collections/{{collectionKEy}}?apikey={{APIKey}}&EnvironmentKey={{EnvironmentKey}}" After running,…
1
vote
2 answers

How can I use Postman Collection Variables?

When I add environment variables I can use them in my post body with {{varName}}. But this does not work for collection variables (Collection > edit > Variables tab) With the settings as shown above, if I add {{firstName}} to my body it does not…
nicholmikey
  • 348
  • 2
  • 16
1
vote
1 answer

Executing a Postman collection using Java

In Postman, using Rest, I created a collection of requests that need to be executed. I was hoping to link Gherkin acceptance Criteria with the cucumber shell to execute the Postman collection. Is there a way for me, in the cucumber shell, to…
user3531858
  • 155
  • 5
  • 17
1
vote
1 answer

Jelastic API Postman Collection?f

So I am starting to experiment with the Jelastic Cloud API, so far so good. I was in the process of building a set of Postman API calls for a Collection for my team, then it hit me... Someone must have already created a collection for the Jelastic…
jacobfogg
  • 309
  • 2
  • 9
1
2