update environment variables and template files

This commit is contained in:
2026-08-31 15:10:25 +02:00
parent 0a272d5ba5
commit ff6c3cb786
19 changed files with 189 additions and 51 deletions
@@ -1,11 +1,11 @@
info:
name: Login - elixPro Studio
type: http
seq: 8
seq: 1
http:
method: POST
url: https://unipr.elixforms.it/eP/elixpro-studio/launch
url: "{{elixProStudioUrl}}/eP/elixpro-studio/launch"
body:
type: form-urlencoded
data:
@@ -5,42 +5,48 @@ info:
http:
method: GET
url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixlog?from=2026-08-01T14:40&to=2026-08-07T14:40&user_id=123&user_full_name=mammi&status=KO&has_error=1&q=msg&error_q=err&offset=0&limit=500
url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixlog?from=2026-01-01T14:40&to=2026-08-07T14:40&offset=0&limit=500"
params:
- name: from
value: 2026-08-01T14:40
value: 2026-01-01T14:40
type: query
- name: to
value: 2026-08-07T14:40
type: query
- name: user_id
value: "123"
type: query
- name: user_full_name
value: mammi
type: query
- name: status
value: KO
type: query
description: OK | KO | unselected
- name: has_error
value: "1"
type: query
description: 0 | 1 | unselected
- name: q
value: msg
type: query
description: Message content
- name: error_q
value: err
type: query
description: Error content
- name: offset
value: "0"
type: query
- name: limit
value: "500"
type: query
- name: user_id
value: "123"
type: query
disabled: true
- name: user_full_name
value: mammi
type: query
disabled: true
- name: status
value: KO
type: query
description: OK | KO | unselected
disabled: true
- name: has_error
value: "1"
type: query
description: 0 | 1 | unselected
disabled: true
- name: q
value: msg
type: query
description: Message content
disabled: true
- name: error_q
value: err
type: query
description: Error content
disabled: true
auth: inherit
settings:
@@ -1,11 +1,11 @@
info:
name: elixPro - Get module code
type: http
seq: 8
seq: 3
http:
method: GET
url: https://unipr.elixforms.it/eP/elixpro-editor/rest/workflow/:moduleTag/:state/epWorkflow
url: "{{elixProStudioUrl}}/eP/elixpro-editor/rest/workflow/:moduleTag/:state/epWorkflow"
params:
- name: moduleTag
value: edilizia_rda_manutenzione_wf
@@ -0,0 +1,112 @@
info:
name: elixPro - Get module versions
type: http
seq: 4
http:
method: GET
url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/history/versions?procedureTag=edilizia_rda_manutenzione_wf"
params:
- name: procedureTag
value: edilizia_rda_manutenzione_wf
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
forwardAuthorizationHeader: false
examples:
- name: example
request:
url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixpro/procedimento/history/versions?procedureTag=edilizia_rda_manutenzione_wf
method: GET
params:
- name: procedureTag
value: edilizia_rda_manutenzione_wf
type: query
response:
status: 200
statusText: OK
headers:
- name: date
value: Mon, 31 Aug 2026 12:57:35 GMT
- name: server
value: "Payara Server 6.2025.1 #badassfish"
- name: content-security-policy
value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;"
- name: content-type
value: application/json;charset=UTF-8
- name: content-length
value: "729"
- name: x-frame-options
value: SAMEORIGIN
- name: strict-transport-security
value: max-age=31536000; includeSubDomains
- name: x-xss-protection
value: "1"
- name: x-content-type-options
value: nosniff
- name: referrer-policy
value: unsafe-url
- name: keep-alive
value: timeout=10, max=500
- name: connection
value: Keep-Alive
body:
type: json
data: |-
{
"ok": true,
"data": {
"configured": true,
"source": "jdbc",
"items": [
{
"id": 17,
"tag": null,
"historyDt": "2026-07-24T10:04:31.390Z",
"creId": "pierpaolo.mammi@unipr.it"
},
{
"id": 16,
"tag": null,
"historyDt": "2026-07-24T10:01:05.706Z",
"creId": "pierpaolo.mammi@unipr.it"
},
{
"id": 15,
"tag": null,
"historyDt": "2026-07-24T10:00:04.909Z",
"creId": "pierpaolo.mammi@unipr.it"
},
{
"id": 14,
"tag": null,
"historyDt": "2026-07-24T09:54:36.791Z",
"creId": "pierpaolo.mammi@unipr.it"
},
{
"id": 13,
"tag": null,
"historyDt": "2026-07-24T09:10:10.208Z",
"creId": "pierpaolo.mammi@unipr.it"
},
{
"id": 12,
"tag": null,
"historyDt": "2026-07-23T14:59:20.653Z",
"creId": "pierpaolo.mammi@unipr.it"
},
{
"id": 11,
"tag": null,
"historyDt": "2026-07-23T14:53:22.915Z",
"creId": "pierpaolo.mammi@unipr.it"
}
]
}
}
@@ -1,11 +1,11 @@
info:
name: elixPro - Get modules list
type: http
seq: 8
seq: 2
http:
method: GET
url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixpro/procedimenti
url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimenti"
auth: inherit
settings: