Number of APIs: 3
The Qodex Visualizer provides a programmable way to visually represent your request [responses] This collection contains six sample requests and scripts for rendering Bar graph, Table, Map and visualizing any CSV, JSON or XML data. Step 1: Send the sample requests. Step 2: Find the visualization in the Step 3: You can copy, update and use the test script under the Resource: [Visualizing responses]Get Started Here 👇
Using this collection
visualize
tab in the response near the Pretty
view.Test
tab for your requests.
POST https://postman-echo.com/post
This request will help you to visualize any XML.
Change the URL and run the request, then go to the Visualizer tab to see the XML as a table.
You can head over to the Tests
tab, scroll down to the bottom and change the xmlData
to pm.response.text()
to visualize your entire XML response.
GET https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&starttime={{eq-starttime}}&endtime={{eq-endtime}}
GET https://www.sample-videos.com/csv/Sample-Spreadsheet-100-rows.csv
This request will help you to visualize any CSV.
Change the URL and run the request, then go to the Visualizer tab to see the CSV as a table.
In case your CSV isn't rendering correctly, you might need to tweak the delimters or other properties.