From 6c8694da1798ed09b35b2e56e7b16c0c0e7ea788 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Mon, 2 Mar 2026 10:09:59 +0100 Subject: [PATCH] new: elixFormsAPI - export module hack (tentative) --- .../elixForms API v2/_HACKS/Export Module.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 collections/elixForms API v2/_HACKS/Export Module.yml 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