opencollection: 1.0.0 info: name: IRIS GW (Gateway) REST API (v1) config: proxy: inherit: true config: protocol: http hostname: "" port: "" auth: username: "" password: "" bypassProxy: "" request: auth: type: basic username: "{{IrisApiUsername}}" password: "{{IrisApiPassword}}" variables: - name: runnerCurrentPage value: "1" - name: runnerResultsArray value: "" scripts: - type: after-response code: |- // GO TO THE END OF THE TEST SCRIPT. var template = String.raw`
`; // In case you only want a specific property, change it here. // // // Default: You can set the entire JSON response using pm.response.json() let tableProps = { json: res.getBody() }; // pm.visualizer.set(template, tableProps); bundled: false extensions: {}