Use snippet from web documentation

GET https://postman-echo.com/get?foo1=bar1&foo2=bar2

In the same manner as the previous example, you can also use a code snippet in the web documentation. The web documentation is automatically generated from any Qodex collection.

  1. Click the flyout next to the collection name to reveal the collection details, and click View in web. [view in web](https://i.imgur.com/vuHzdeF.png)
  2. From the dropdown in the web documentation, select your preferred programming language to update all the code samples appropriately. [web view dropdown](https://i.imgur.com/sjDqdRE.png)
  3. Identify a request to copy, and then paste it into your Integrated Development Environment (IDE). [web view snippet](https://i.imgur.com/eEXZk1w.png)

Request Params

KeyDatatypeRequiredDescription
foo1string
foo2string