opencollection: 1.0.0 info: name: elixForms API v2 config: proxy: inherit: true config: protocol: http hostname: "" port: "" auth: username: "" password: "" bypassProxy: "" request: auth: type: bearer token: "{{elixFormsApiAuthToken}}" variables: - name: elixFormsApiAuthToken value: "" - name: elixBase64EftlDocument value: "" scripts: - type: after-response code: |- // This is Postman visualizer stuff /* // 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: {}