diff --git a/collections/elixForms API v2/_HACKS/Export Module.yml b/collections/elixForms API v2/_HACKS/Export Module.yml new file mode 100644 index 0000000..5ceb260 --- /dev/null +++ b/collections/elixForms API v2/_HACKS/Export Module.yml @@ -0,0 +1,22 @@ +info: + name: Export Module + type: http + seq: 1 + +http: + method: GET + url: "{{elixFormsRootUrl}}/AJSRV/ELIXFORMS/moduleExport?MODULE_ID=21405&exportProtocol=true" + params: + - name: MODULE_ID + value: "21405" + type: query + - name: exportProtocol + value: "true" + type: query + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5