elixForms API v2

- remove unwanted variables from collection environment
This commit is contained in:
2026-08-25 16:09:55 +02:00
parent b40b706ac1
commit fcd0fd042f
7 changed files with 21 additions and 9 deletions
@@ -21,6 +21,9 @@ http:
auth: inherit
runtime:
variables:
- name: elixSetAcquiredAppointmentDate
value: ""
scripts:
- type: before-request
code: bru.setVar("elixSetAcquiredAppointmentDate", JSON.stringify(new Date().toISOString()));
@@ -32,6 +32,9 @@ http:
auth: inherit
runtime:
variables:
- name: elixRequestCloningDate
value: ""
scripts:
- type: before-request
code: |-
@@ -29,6 +29,9 @@ http:
auth: inherit
runtime:
variables:
- name: elixReopeningNotificationDate
value: ""
scripts:
- type: before-request
code: |-
@@ -43,6 +43,9 @@ http:
auth: inherit
runtime:
variables:
- name: elixFormalCommunicationDate
value: ""
scripts:
- type: before-request
code: |-
@@ -21,7 +21,7 @@ http:
"userContext": {
"lang": "IT",
"crlf": "\r\n",
"codiciFiscaliAmmessi": ";MMMPPL74T17E463A;;"
"codiciFiscaliAmmessi": ";;MMMPPL74T17E463A;;"
}
}
auth: inherit
@@ -3,13 +3,19 @@ color: "#2E8A54"
variables:
- name: elixFormsApiUrl
value: https://procedure.unipr.it/eF/services/api
description: ""
- name: elixFormsApiUsername
value: "{{process.env.elixFormsApiUsername}}"
- name: elixRegisterResultColumns
value: ""
description: ""
- name: elixFormsWsAuthenticationToken
value: "{{process.env.elixFormsWsAuthenticationToken}}"
description: ""
- name: elixFormsApiUrl_Default
value: https://procedure.unipr.it/eF/api
description: ""
- name: elixFormsApiPassword
value: "{{process.env.elixFormsApiPassword}}"
description: ""
- name: elixFormsRootUrl
value: https://procedure.unipr.it
description: ""
@@ -21,12 +21,6 @@ request:
variables:
- name: elixFormsApiAuthToken
value: ""
- name: elixRequestCloningDate
value: ""
- name: elixFormalCommunicationDate
value: ""
- name: elixSetAcquiredAppointmentDate
value: ""
- name: elixBase64EftlDocument
value: ""
scripts: