Logo
10 Postman Features Everyone Should Know API Documentation

2. Basic visualizer chart demo

POST postman-echo.com/post

Send the data you want to visualize in the Body as raw JSON then pass it into the visualizer template via the data object in the response.

  • Open the request Tests to see how Qodex builds the response JSON into the visualizer template.

Try tweaking it by changing to a 'line' or 'pie' chart, then send different types of data and visualize them your own way!

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'postman-echo.com/post' -d '{"names":["Dorothea","Rose","Blanche","Sophia"],"nums":[1,3,2,4]}'

ENDPOINTS