diff --git a/bruno/collections/elixForms API v2/.env.template b/bruno/collections/elixForms API v2/.env.template index 3d5f770..08f801e 100644 --- a/bruno/collections/elixForms API v2/.env.template +++ b/bruno/collections/elixForms API v2/.env.template @@ -1,5 +1,7 @@ elixFormsWsAuthenticationToken= -elixFormsApiPassword= elixFormsApiUsername= +elixFormsApiPassword= elixFormsConsoleUsername= -elixFormsConsolePassword= \ No newline at end of file +elixFormsConsolePassword= +elixProStudioUsername= +elixProStudioPassword= \ No newline at end of file diff --git a/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (GENERICSCHEMA).yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Get Object Title (GENERICSCHEMA).yml similarity index 94% rename from bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (GENERICSCHEMA).yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Get Object Title (GENERICSCHEMA).yml index 926bea1..063847e 100644 --- a/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (GENERICSCHEMA).yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Get Object Title (GENERICSCHEMA).yml @@ -1,11 +1,11 @@ info: name: AJ Console - Get Object Title (GENERICSCHEMA) type: http - seq: 6 + seq: 2 http: method: GET - url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258" + url: "{{elixFormsConsoleUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258" headers: - name: Cookie value: "{{elixFormsAjsrvCookie}}" @@ -30,6 +30,7 @@ runtime: scripts: - type: before-request code: |- + /* const noCookieFoundError = "No AJSRV cookie found!"; var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); @@ -38,6 +39,7 @@ runtime: console.error(noCookieFoundError, ajsrvCookie); throw new Error(noCookieFoundError); } + */ settings: encodeUrl: true diff --git a/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (SCHEMADATA).yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Get Object Title (SCHEMADATA).yml similarity index 94% rename from bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (SCHEMADATA).yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Get Object Title (SCHEMADATA).yml index 58a8a6a..3cdddee 100644 --- a/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (SCHEMADATA).yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Get Object Title (SCHEMADATA).yml @@ -1,11 +1,11 @@ info: name: AJ Console - Get Object Title (SCHEMADATA) type: http - seq: 5 + seq: 2 http: method: GET - url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397" + url: "{{elixFormsConsoleUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397" headers: - name: Cookie value: "{{elixFormsAjsrvCookie}}" @@ -30,6 +30,7 @@ runtime: scripts: - type: before-request code: |- + /* const noCookieFoundError = "No AJSRV cookie found!"; var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); @@ -38,6 +39,7 @@ runtime: console.error(noCookieFoundError, ajsrvCookie); throw new Error(noCookieFoundError); } + */ settings: encodeUrl: true diff --git a/bruno/collections/elixForms API v2/Console UI/AJ Console - Save Object.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Save Object.yml similarity index 98% rename from bruno/collections/elixForms API v2/Console UI/AJ Console - Save Object.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Save Object.yml index 0ae326b..c70ed3c 100644 --- a/bruno/collections/elixForms API v2/Console UI/AJ Console - Save Object.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Save Object.yml @@ -1,11 +1,11 @@ info: name: AJ Console - Save Object type: http - seq: 7 + seq: 2 http: method: POST - url: "{{elixFormsRootUrl}}/AJSRV/metadata/save" + url: "{{elixFormsConsoleUrl}}/AJSRV/metadata/save" headers: - name: Cookie value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 @@ -23,6 +23,7 @@ runtime: scripts: - type: before-request code: |- + /* const noCookieFoundError = "No AJSRV cookie found!"; var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); @@ -31,6 +32,7 @@ runtime: console.error(noCookieFoundError, ajsrvCookie); throw new Error(noCookieFoundError); } + */ settings: encodeUrl: true diff --git a/bruno/collections/elixForms API v2/Console UI/AJ Console - Search schemas.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Search schemas.yml similarity index 96% rename from bruno/collections/elixForms API v2/Console UI/AJ Console - Search schemas.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Search schemas.yml index a25ff9d..b09d70a 100644 --- a/bruno/collections/elixForms API v2/Console UI/AJ Console - Search schemas.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/AJ Console - Search schemas.yml @@ -1,11 +1,11 @@ info: name: AJ Console - Search schemas type: http - seq: 4 + seq: 2 http: method: GET - url: "{{elixFormsRootUrl}}/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true" + url: "{{elixFormsConsoleUrl}}/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true" headers: - name: x-requested-with value: XMLHttpRequest diff --git a/bruno/collections/elixForms API v2/Console UI/Creazione Moduli - Export Module.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/Creazione Moduli - Export Module.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/Creazione Moduli - Export Module.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/Creazione Moduli - Export Module.yml index ec63090..e16f3df 100644 --- a/bruno/collections/elixForms API v2/Console UI/Creazione Moduli - Export Module.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/Creazione Moduli - Export Module.yml @@ -1,11 +1,11 @@ info: name: Creazione Moduli - Export Module type: http - seq: 8 + seq: 2 http: method: GET - url: "{{elixFormsRootUrl}}/AJSRV/ELIXFORMS/moduleExport?MODULE_ID=21405&exportProtocol=true" + url: "{{elixFormsConsoleUrl}}/AJSRV/ELIXFORMS/moduleExport?MODULE_ID=21405&exportProtocol=true" headers: - name: Cookie value: "{{elixFormsAjsrvCookie}}" @@ -22,6 +22,7 @@ runtime: scripts: - type: before-request code: |- + /* const noCookieFoundError = "No AJSRV cookie found!"; var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); @@ -30,6 +31,7 @@ runtime: console.error(noCookieFoundError, ajsrvCookie); throw new Error(noCookieFoundError); } + */ settings: encodeUrl: true diff --git a/bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/Gestione Schede - Get all schemas.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/Gestione Schede - Get all schemas.yml index 8a3e628..8336dc2 100644 --- a/bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/Gestione Schede - Get all schemas.yml @@ -1,11 +1,11 @@ info: name: Gestione Schede - Get all schemas type: http - seq: 3 + seq: 2 http: method: GET - url: "{{elixFormsRootUrl}}/AJSRV/schemas" + url: "{{elixFormsConsoleUrl}}/AJSRV/schemas" headers: - name: Cookie value: ISIPSESSION=dd755718a116664c31b89d25d251c6b2; AJSRV=BTN_USER_1787732684670_7497683962865219861; JSESSIONID=e480913d3ccdc8d517c2e8662d9a diff --git a/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/Login - Gestione Schede.yml similarity index 97% rename from bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console/Login - Gestione Schede.yml index 8b9d19f..5a12475 100644 --- a/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/Login - Gestione Schede.yml @@ -1,11 +1,11 @@ info: name: Login - Gestione Schede type: http - seq: 2 + seq: 1 http: method: GET - url: "{{elixFormsRootUrl}}/rwe2/schema_console.jsp" + url: "{{elixFormsConsoleUrl}}/rwe2/schema_console.jsp" headers: - name: Cookie value: ISIPSESSION=dd755718a116664c31b89d25d251c6b2; AJSRV=BTN_USER_1787732684670_7497683962865219861; JSESSIONID=e480913d3ccdc8d517c2e8662d9a @@ -14,7 +14,7 @@ http: value: console-unipr.elixforms.it disabled: true - name: Referer - value: https://console-unipr.elixforms.it/backoffice/ + value: https://consol-unipr.elixforms.it/backoffice/ params: - name: IUXSID value: TX_I4453_UNIPR_1787737266508_R-1756946974 diff --git a/bruno/collections/elixForms API v2/Console UI/AJ Console/folder.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console/folder.yml new file mode 100644 index 0000000..40db437 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console/folder.yml @@ -0,0 +1,7 @@ +info: + name: AJ Console + type: folder + seq: 2 + +request: + auth: inherit diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Create Group.yml similarity index 98% rename from bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml rename to bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Create Group.yml index f462407..0605b61 100644 --- a/bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Create Group.yml @@ -1,11 +1,11 @@ info: name: Backoffice - Create Group type: http - seq: 9 + seq: 3 http: method: POST - url: "{{elixFormsRootUrl}}/backoffice/groups/_savedata.jsp" + url: "{{elixFormsConsoleUrl}}/backoffice/groups/_savedata.jsp" headers: - name: Cookie value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 @@ -45,6 +45,7 @@ runtime: scripts: - type: before-request code: |- + /* const noCookieFoundError = "No AJSRV cookie found!"; var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); @@ -53,6 +54,7 @@ runtime: console.error(noCookieFoundError, ajsrvCookie); throw new Error(noCookieFoundError); } + */ settings: encodeUrl: true diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Dashboard.yml similarity index 96% rename from bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml rename to bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Dashboard.yml index cd8d337..31ed0ba 100644 --- a/bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Dashboard.yml @@ -1,11 +1,11 @@ info: name: Backoffice - Dashboard type: http - seq: 11 + seq: 2 http: method: GET - url: "{{elixFormsRootUrl}}/backoffice/backoffice_console.jsp?IUQOID=0&IURTLGY=&IUXSID=TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}}" + url: "{{elixFormsConsoleUrl}}/backoffice/backoffice_console.jsp?IUQOID=0&IURTLGY=&IUXSID=TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}}" headers: - name: Host value: console-unipr.elixforms.it @@ -21,7 +21,6 @@ http: - name: IUXSID value: TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}} type: query - description: Must be computed by executing "Login - Backoffice" auth: inherit runtime: diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice - Save Group.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Save Group.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/Backoffice - Save Group.yml rename to bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Save Group.yml index a328f6b..2161d03 100644 --- a/bruno/collections/elixForms API v2/Console UI/Backoffice - Save Group.yml +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice/Backoffice - Save Group.yml @@ -1,11 +1,11 @@ info: name: Backoffice - Save Group type: http - seq: 10 + seq: 4 http: method: POST - url: "{{elixFormsRootUrl}}/backoffice/groups/_savedata.jsp" + url: "{{elixFormsConsoleUrl}}/backoffice/groups/_savedata.jsp" headers: - name: Accept value: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 diff --git a/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice/Login - Backoffice.yml similarity index 97% rename from bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml rename to bruno/collections/elixForms API v2/Console UI/Backoffice/Login - Backoffice.yml index 3d018e7..570ebf4 100644 --- a/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice/Login - Backoffice.yml @@ -5,7 +5,7 @@ info: http: method: POST - url: "{{elixFormsRootUrl}}/CISIInformationUnit/ExecuteTransaction.jws?IUXSID=TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}}" + url: "{{elixFormsConsoleUrl}}/CISIInformationUnit/ExecuteTransaction.jws?IUXSID=TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}}" headers: - name: Host value: console-unipr.elixforms.it @@ -15,7 +15,6 @@ http: - name: IUXSID value: TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}} type: query - description: Values are computed in pre-script! body: type: multipart-form data: diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice/folder.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice/folder.yml new file mode 100644 index 0000000..7f2ac6e --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice/folder.yml @@ -0,0 +1,7 @@ +info: + name: Backoffice + type: folder + seq: 1 + +request: + auth: inherit diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/Login - elixPro Studio.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/Login - elixPro Studio.yml new file mode 100644 index 0000000..4de2a79 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/Login - elixPro Studio.yml @@ -0,0 +1,223 @@ +info: + name: Login - elixPro Studio + type: http + seq: 1 + +http: + method: POST + url: "{{elixProStudioUrl}}/eP/elixpro-studio/launch" + body: + type: form-urlencoded + data: + - name: cod_utente + value: pierpaolo.mammi@unipr.it + - name: password + value: "!PwnedPM7smroFxile9?" + auth: inherit + +runtime: + scripts: + - type: tests + code: |- + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: https://unipr.elixforms.it/eP/elixpro-studio/launch + method: POST + body: + type: form-urlencoded + data: + - name: cod_utente + value: pierpaolo.mammi@unipr.it + - name: password + value: "!PwnedPM7smroFxile9?" + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 12:25:59 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: text/html;charset=UTF-8 + - name: x-frame-options + value: SAMEORIGIN + - name: vary + value: Accept-Encoding + - 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: content-length + value: "2062" + - name: keep-alive + value: timeout=10, max=500 + - name: connection + value: Keep-Alive + body: + type: html + data: |- + + + + + + elixPro Studio + + + + + + + + + + + + +
+
+
+
+ + +
+ + + Documentazione + + + + eF Apps + + +
+
+
+ +
+
+
+
+ +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Check promotion to Production.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Check promotion to Production.yml new file mode 100644 index 0000000..f47d109 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Check promotion to Production.yml @@ -0,0 +1,80 @@ +info: + name: elixPro - Check promotion to Production + type: http + seq: 11 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/workflow/release-check?procedureTag=gestione_siti_web_nuovo_wf" + params: + - name: procedureTag + value: gestione_siti_web_nuovo_wf + type: query + auth: inherit + +runtime: + scripts: + - type: tests + code: |- + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/workflow/release-check?procedureTag=gestione_siti_web_nuovo_wf" + method: GET + params: + - name: procedureTag + value: gestione_siti_web_nuovo_wf + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 13:29:04 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: "154" + - 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": { + "ready": true, + "procedureTag": "gestione_siti_web_nuovo_wf", + "technicalDetail": "La bozza non è pronta per la pubblicazione.", + "issues": [] + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Copy module to Edit.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Copy module to Edit.yml new file mode 100644 index 0000000..081c881 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Copy module to Edit.yml @@ -0,0 +1,54 @@ +info: + name: elixPro - Copy module to Edit + type: http + seq: 13 + +http: + method: POST + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + body: + type: json + data: |- + { + "procedureTag": "module_tag_XXX" + } + auth: inherit + +runtime: + scripts: + - type: tests + code: |- + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + method: POST + body: + type: json + data: |- + { + "procedureTag": "module_tag_XXX" + } + response: + status: 200 + statusText: OK + body: + type: text + data: |- + { + "ok": true, + "procedureTag": "module_tag_XXX" + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get groups catalog.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get groups catalog.yml new file mode 100644 index 0000000..14153a9 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get groups catalog.yml @@ -0,0 +1,670 @@ +info: + name: elixPro - Get groups catalog + type: http + seq: 4 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/groups/catalog" + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/groups/catalog" + method: GET + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 13:14:45 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: 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 + - name: transfer-encoding + value: chunked + body: + type: json + data: |- + { + "ok": true, + "data": [ + { + "idGroup": 91, + "name": "Azione D DIA", + "groupApplicationKey": null, + "label": "#91 Azione D DIA" + }, + { + "idGroup": 90, + "name": "Azione D DISTI", + "groupApplicationKey": null, + "label": "#90 Azione D DISTI" + }, + { + "idGroup": 88, + "name": "Azione D DUSIC", + "groupApplicationKey": null, + "label": "#88 Azione D DUSIC" + }, + { + "idGroup": 89, + "name": "Azione D GSPI", + "groupApplicationKey": null, + "label": "#89 Azione D GSPI" + }, + { + "idGroup": 92, + "name": "Azione D MC", + "groupApplicationKey": null, + "label": "#92 Azione D MC" + }, + { + "idGroup": 94, + "name": "Azione D SAF", + "groupApplicationKey": null, + "label": "#94 Azione D SAF" + }, + { + "idGroup": 93, + "name": "Azione D SCVSA", + "groupApplicationKey": null, + "label": "#93 Azione D SCVSA" + }, + { + "idGroup": 95, + "name": "Azione D SEA", + "groupApplicationKey": null, + "label": "#95 Azione D SEA" + }, + { + "idGroup": 96, + "name": "Azione D SMFI", + "groupApplicationKey": null, + "label": "#96 Azione D SMFI" + }, + { + "idGroup": 97, + "name": "Azione D SMV", + "groupApplicationKey": null, + "label": "#97 Azione D SMV" + }, + { + "idGroup": 98, + "name": "Azione D TUTTI", + "groupApplicationKey": null, + "label": "#98 Azione D TUTTI" + }, + { + "idGroup": 38, + "name": "Borse CAI", + "groupApplicationKey": null, + "label": "#38 Borse CAI" + }, + { + "idGroup": 45, + "name": "Borse CAPAS", + "groupApplicationKey": null, + "label": "#45 Borse CAPAS" + }, + { + "idGroup": 54, + "name": "Borse CeFID", + "groupApplicationKey": null, + "label": "#54 Borse CeFID" + }, + { + "idGroup": 43, + "name": "Borse CENTROACQUE.EU", + "groupApplicationKey": null, + "label": "#43 Borse CENTROACQUE.EU" + }, + { + "idGroup": 36, + "name": "Borse Centro Default", + "groupApplicationKey": null, + "label": "#36 Borse Centro Default" + }, + { + "idGroup": 41, + "name": "Borse Centro Servizi E-Learning", + "groupApplicationKey": null, + "label": "#41 Borse Centro Servizi E-Learning" + }, + { + "idGroup": 42, + "name": "Borse Centro Serv. per Salute, Igiene Sicurezza lavoro", + "groupApplicationKey": null, + "label": "#42 Borse Centro Serv. per Salute, Igiene Sicurezza lavoro" + }, + { + "idGroup": 48, + "name": "Borse Centro Universitario di Odontoiatria", + "groupApplicationKey": null, + "label": "#48 Borse Centro Universitario di Odontoiatria" + }, + { + "idGroup": 44, + "name": "Borse CERIT", + "groupApplicationKey": null, + "label": "#44 Borse CERIT" + }, + { + "idGroup": 47, + "name": "Borse CeRS", + "groupApplicationKey": null, + "label": "#47 Borse CeRS" + }, + { + "idGroup": 39, + "name": "Borse CLA", + "groupApplicationKey": null, + "label": "#39 Borse CLA" + }, + { + "idGroup": 37, + "name": "Borse CSAC", + "groupApplicationKey": null, + "label": "#37 Borse CSAC" + }, + { + "idGroup": 40, + "name": "Borse CSC", + "groupApplicationKey": null, + "label": "#40 Borse CSC" + }, + { + "idGroup": 28, + "name": "Borse DIA", + "groupApplicationKey": null, + "label": "#28 Borse DIA" + }, + { + "idGroup": 50, + "name": "Borse DISS", + "groupApplicationKey": null, + "label": "#50 Borse DISS" + }, + { + "idGroup": 35, + "name": "Borse DISTI", + "groupApplicationKey": null, + "label": "#35 Borse DISTI" + }, + { + "idGroup": 23, + "name": "Borse DUSIC", + "groupApplicationKey": null, + "label": "#23 Borse DUSIC" + }, + { + "idGroup": 27, + "name": "Borse GSPI", + "groupApplicationKey": null, + "label": "#27 Borse GSPI" + }, + { + "idGroup": 29, + "name": "Borse MC", + "groupApplicationKey": null, + "label": "#29 Borse MC" + }, + { + "idGroup": 49, + "name": "Borse MILC", + "groupApplicationKey": null, + "label": "#49 Borse MILC" + }, + { + "idGroup": 34, + "name": "Borse SAF", + "groupApplicationKey": null, + "label": "#34 Borse SAF" + }, + { + "idGroup": 30, + "name": "Borse SCVSA", + "groupApplicationKey": null, + "label": "#30 Borse SCVSA" + }, + { + "idGroup": 31, + "name": "Borse SEA", + "groupApplicationKey": null, + "label": "#31 Borse SEA" + }, + { + "idGroup": 51, + "name": "Borse SEM", + "groupApplicationKey": null, + "label": "#51 Borse SEM" + }, + { + "idGroup": 32, + "name": "Borse SMFI", + "groupApplicationKey": null, + "label": "#32 Borse SMFI" + }, + { + "idGroup": 33, + "name": "Borse SMV", + "groupApplicationKey": null, + "label": "#33 Borse SMV" + }, + { + "idGroup": 52, + "name": "Borse Tutti", + "groupApplicationKey": null, + "label": "#52 Borse Tutti" + }, + { + "idGroup": 46, + "name": "Borse UNIPR-CO LAB", + "groupApplicationKey": null, + "label": "#46 Borse UNIPR-CO LAB" + }, + { + "idGroup": 117, + "name": "Commissione semestre aperto 2026", + "groupApplicationKey": null, + "label": "#117 Commissione semestre aperto 2026" + }, + { + "idGroup": 118, + "name": "Compilatori esonero frequenza semestre aperto", + "groupApplicationKey": null, + "label": "#118 Compilatori esonero frequenza semestre aperto" + }, + { + "idGroup": 87, + "name": "Edilizia - Gruppo candidature collaudi", + "groupApplicationKey": null, + "label": "#87 Edilizia - Gruppo candidature collaudi" + }, + { + "idGroup": 20, + "name": "Gestione Proposta CCT", + "groupApplicationKey": null, + "label": "#20 Gestione Proposta CCT" + }, + { + "idGroup": 108, + "name": "Gestione Siti Web - Autorizzatore", + "groupApplicationKey": null, + "label": "#108 Gestione Siti Web - Autorizzatore" + }, + { + "idGroup": 106, + "name": "Gestione Siti Web - U.O. Comunicazione", + "groupApplicationKey": null, + "label": "#106 Gestione Siti Web - U.O. Comunicazione" + }, + { + "idGroup": 107, + "name": "Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura", + "groupApplicationKey": null, + "label": "#107 Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura" + }, + { + "idGroup": 18, + "name": "GruppoApp", + "groupApplicationKey": null, + "label": "#18 GruppoApp" + }, + { + "idGroup": 19, + "name": "Gruppo di prova", + "groupApplicationKey": null, + "label": "#19 Gruppo di prova" + }, + { + "idGroup": 105, + "name": "Modulo A/13 - Richiesta di Certificato", + "groupApplicationKey": null, + "label": "#105 Modulo A/13 - Richiesta di Certificato" + }, + { + "idGroup": 115, + "name": "Modulo A/52 - Richiesta di immatricolazione in ritardo", + "groupApplicationKey": null, + "label": "#115 Modulo A/52 - Richiesta di immatricolazione in ritardo" + }, + { + "idGroup": 119, + "name": "NEWGROUP", + "groupApplicationKey": null, + "label": "#119 NEWGROUP" + }, + { + "idGroup": 104, + "name": "Operatore di test", + "groupApplicationKey": null, + "label": "#104 Operatore di test" + }, + { + "idGroup": 100, + "name": "PEV 2026", + "groupApplicationKey": null, + "label": "#100 PEV 2026" + }, + { + "idGroup": 74, + "name": "Procedimento LIQC - CAPAS", + "groupApplicationKey": null, + "label": "#74 Procedimento LIQC - CAPAS" + }, + { + "idGroup": 81, + "name": "Procedimento LIQC - CeFID", + "groupApplicationKey": null, + "label": "#81 Procedimento LIQC - CeFID" + }, + { + "idGroup": 65, + "name": "Procedimento LIQC - Centri di Marina Cassano", + "groupApplicationKey": null, + "label": "#65 Procedimento LIQC - Centri di Marina Cassano" + }, + { + "idGroup": 67, + "name": "Procedimento LIQC - Centro Accoglienza e Inclusione (C.A.I)", + "groupApplicationKey": null, + "label": "#67 Procedimento LIQC - Centro Accoglienza e Inclusione (C.A.I)" + }, + { + "idGroup": 72, + "name": "Procedimento LIQC - CENTROACQUE.EU", + "groupApplicationKey": null, + "label": "#72 Procedimento LIQC - CENTROACQUE.EU" + }, + { + "idGroup": 68, + "name": "Procedimento LIQC - Centro Linguistico di Ateneo (C.L.A.)", + "groupApplicationKey": null, + "label": "#68 Procedimento LIQC - Centro Linguistico di Ateneo (C.L.A.)" + }, + { + "idGroup": 70, + "name": "Procedimento LIQC - Centro Servizi E- Learning", + "groupApplicationKey": null, + "label": "#70 Procedimento LIQC - Centro Servizi E- Learning" + }, + { + "idGroup": 71, + "name": "Procedimento LIQC - Centro Serv. per Salute, Igiene Sicurezza lavoro", + "groupApplicationKey": null, + "label": "#71 Procedimento LIQC - Centro Serv. per Salute, Igiene Sicurezza lavoro" + }, + { + "idGroup": 69, + "name": "Procedimento LIQC - Centro Studi Catulliani - C.S.C.", + "groupApplicationKey": null, + "label": "#69 Procedimento LIQC - Centro Studi Catulliani - C.S.C." + }, + { + "idGroup": 77, + "name": "Procedimento LIQC - Centro Universitario di Odontoiatria", + "groupApplicationKey": null, + "label": "#77 Procedimento LIQC - Centro Universitario di Odontoiatria" + }, + { + "idGroup": 73, + "name": "Procedimento LIQC - CERIT", + "groupApplicationKey": null, + "label": "#73 Procedimento LIQC - CERIT" + }, + { + "idGroup": 76, + "name": "Procedimento LIQC - CeRS", + "groupApplicationKey": null, + "label": "#76 Procedimento LIQC - CeRS" + }, + { + "idGroup": 66, + "name": "Procedimento LIQC - CSAC", + "groupApplicationKey": null, + "label": "#66 Procedimento LIQC - CSAC" + }, + { + "idGroup": 55, + "name": "Procedimento LIQC - Dip. Discipl. Umanistiche, Sociali e Imprese Cult.", + "groupApplicationKey": null, + "label": "#55 Procedimento LIQC - Dip. Discipl. Umanistiche, Sociali e Imprese Cult." + }, + { + "idGroup": 56, + "name": "Procedimento LIQC - Dip. Giurisprudenza, Studi Politici e Internazionali", + "groupApplicationKey": null, + "label": "#56 Procedimento LIQC - Dip. Giurisprudenza, Studi Politici e Internazionali" + }, + { + "idGroup": 57, + "name": "Procedimento LIQC - Dip. Ingegneria e Architettura", + "groupApplicationKey": null, + "label": "#57 Procedimento LIQC - Dip. Ingegneria e Architettura" + }, + { + "idGroup": 64, + "name": "Procedimento LIQC - Dip. Ingegneria Sist. e Tec. DISTI", + "groupApplicationKey": null, + "label": "#64 Procedimento LIQC - Dip. Ingegneria Sist. e Tec. DISTI" + }, + { + "idGroup": 58, + "name": "Procedimento LIQC - Dip. Medicina e Chirurgia", + "groupApplicationKey": null, + "label": "#58 Procedimento LIQC - Dip. Medicina e Chirurgia" + }, + { + "idGroup": 59, + "name": "Procedimento LIQC - Dip. Sc. Chimiche, Vita e Sostenibilita' Ambientale", + "groupApplicationKey": null, + "label": "#59 Procedimento LIQC - Dip. Sc. Chimiche, Vita e Sostenibilita' Ambientale" + }, + { + "idGroup": 63, + "name": "Procedimento LIQC - Dip. Scienze degli Alimenti e del Farmaco", + "groupApplicationKey": null, + "label": "#63 Procedimento LIQC - Dip. Scienze degli Alimenti e del Farmaco" + }, + { + "idGroup": 60, + "name": "Procedimento LIQC - Dip. Scienze Economiche e Aziendali", + "groupApplicationKey": null, + "label": "#60 Procedimento LIQC - Dip. Scienze Economiche e Aziendali" + }, + { + "idGroup": 61, + "name": "Procedimento LIQC - Dip. Scienze Matematiche, Fisiche e Informatiche", + "groupApplicationKey": null, + "label": "#61 Procedimento LIQC - Dip. Scienze Matematiche, Fisiche e Informatiche" + }, + { + "idGroup": 62, + "name": "Procedimento LIQC - Dip. Scienze Medico-Veterinarie", + "groupApplicationKey": null, + "label": "#62 Procedimento LIQC - Dip. Scienze Medico-Veterinarie" + }, + { + "idGroup": 82, + "name": "Procedimento LIQC - Dip. Test", + "groupApplicationKey": null, + "label": "#82 Procedimento LIQC - Dip. Test" + }, + { + "idGroup": 79, + "name": "Procedimento LIQC - DISS", + "groupApplicationKey": null, + "label": "#79 Procedimento LIQC - DISS" + }, + { + "idGroup": 78, + "name": "Procedimento LIQC - MILC", + "groupApplicationKey": null, + "label": "#78 Procedimento LIQC - MILC" + }, + { + "idGroup": 80, + "name": "Procedimento LIQC - SEM", + "groupApplicationKey": null, + "label": "#80 Procedimento LIQC - SEM" + }, + { + "idGroup": 101, + "name": "Procedimento LIQC - Tutti", + "groupApplicationKey": null, + "label": "#101 Procedimento LIQC - Tutti" + }, + { + "idGroup": 75, + "name": "Procedimento LIQC - UNIPR-CO LAB", + "groupApplicationKey": null, + "label": "#75 Procedimento LIQC - UNIPR-CO LAB" + }, + { + "idGroup": 86, + "name": "Progetti Tutti", + "groupApplicationKey": null, + "label": "#86 Progetti Tutti" + }, + { + "idGroup": 84, + "name": "Progetti U.O. Ricerca Europea e Internazionale", + "groupApplicationKey": null, + "label": "#84 Progetti U.O. Ricerca Europea e Internazionale" + }, + { + "idGroup": 85, + "name": "Progetti U.O. Ricerca Nazionale e Industriale", + "groupApplicationKey": null, + "label": "#85 Progetti U.O. Ricerca Nazionale e Industriale" + }, + { + "idGroup": 113, + "name": "RDA MANUT - Area Edilizia - Dirigente", + "groupApplicationKey": null, + "label": "#113 RDA MANUT - Area Edilizia - Dirigente" + }, + { + "idGroup": 112, + "name": "RDA MANUT - Area Edilizia - Ufficio Tecnico", + "groupApplicationKey": null, + "label": "#112 RDA MANUT - Area Edilizia - Ufficio Tecnico" + }, + { + "idGroup": 111, + "name": "RDA MANUT - Contabilita", + "groupApplicationKey": null, + "label": "#111 RDA MANUT - Contabilita" + }, + { + "idGroup": 114, + "name": "RDA MANUT - U.O.T. Acquisti", + "groupApplicationKey": null, + "label": "#114 RDA MANUT - U.O.T. Acquisti" + }, + { + "idGroup": 99, + "name": "Richieste di Subappalto Subaffidamento Distacco", + "groupApplicationKey": null, + "label": "#99 Richieste di Subappalto Subaffidamento Distacco" + }, + { + "idGroup": 21, + "name": "test", + "groupApplicationKey": null, + "label": "#21 test" + }, + { + "idGroup": 103, + "name": "Test 01", + "groupApplicationKey": null, + "label": "#103 Test 01" + }, + { + "idGroup": 26, + "name": "Test Call Center", + "groupApplicationKey": null, + "label": "#26 Test Call Center" + }, + { + "idGroup": 110, + "name": "UO Accoglienza Mobilità e Studenti Stranieri", + "groupApplicationKey": null, + "label": "#110 UO Accoglienza Mobilità e Studenti Stranieri" + }, + { + "idGroup": 25, + "name": "UO Bilanci e Contabilità Analitica", + "groupApplicationKey": null, + "label": "#25 UO Bilanci e Contabilità Analitica" + }, + { + "idGroup": 116, + "name": "UO Carriere Studenti", + "groupApplicationKey": null, + "label": "#116 UO Carriere Studenti" + }, + { + "idGroup": 53, + "name": "UO Comunicazione Istituzionale e Cerimoniale", + "groupApplicationKey": null, + "label": "#53 UO Comunicazione Istituzionale e Cerimoniale" + }, + { + "idGroup": 22, + "name": "UO Formazione", + "groupApplicationKey": null, + "label": "#22 UO Formazione" + }, + { + "idGroup": 17, + "name": "UO PTA", + "groupApplicationKey": null, + "label": "#17 UO PTA" + }, + { + "idGroup": 83, + "name": "UO PTA Altri moduli", + "groupApplicationKey": null, + "label": "#83 UO PTA Altri moduli" + }, + { + "idGroup": 24, + "name": "UO Sistemi Tecnologici e Infrastrutture", + "groupApplicationKey": null, + "label": "#24 UO Sistemi Tecnologici e Infrastrutture" + }, + { + "idGroup": 109, + "name": "ZMANG", + "groupApplicationKey": null, + "label": "#109 ZMANG" + } + ] + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml new file mode 100644 index 0000000..85b7df1 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml @@ -0,0 +1,2310 @@ +info: + name: elixPro - Get logs + type: http + seq: 9 + +http: + method: GET + 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-01-01T14:40 + type: query + - name: to + value: 2026-08-07T14:40 + type: query + - 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: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixlog?recent=1&offset=0&limit=200 + method: GET + params: + - name: recent + value: "1" + type: query + - name: offset + value: "0" + type: query + - name: limit + value: "200" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 12:32:11 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: 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 + - name: transfer-encoding + value: chunked + body: + type: json + data: |- + { + "ok": true, + "data": [ + { + "log_id": 4049626, + "log_date": "2026-08-31T12:25:59.150123Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "7c574d445f82a8c1333358530a0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 4049555, + "log_date": "2026-08-31T12:23:01.796068Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "7c574d445f82a8c1333358530a0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 4049543, + "log_date": "2026-08-31T12:22:33.423072Z", + "user_id": null, + "user_full_name": null, + "session_id": null, + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: nome utente non valido (verificare formato o usare l'indirizzo email). (piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=COD_UTENTE_INVALID) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 4049508, + "log_date": "2026-08-31T12:20:40.038786Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "7c3b9e64f07df2091344b2f3d688", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 4047865, + "log_date": "2026-08-31T11:18:51.191391Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "78b2236a948e173c8ce005ad3c8f", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3808891, + "log_date": "2026-07-29T12:41:36.696505Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "de3a38723da11e606f5e9964af18", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha aggiornato il modulo «RequestForm_FORM_03» — TEST,MODULI_INTERNI. Valori scritti: tag «RequestForm_FORM_03»; titolo «TEST,MODULI_INTERNI»; gruppi: #103 Test 01. (tag_modulo=RequestForm_FORM_03; titolo_modulo=TEST,MODULI_INTERNI; id_genericschema=164116; gruppi=#103 Test 01) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/update" + }, + { + "log_id": 3808890, + "log_date": "2026-07-29T12:40:04.745451Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "de3a38723da11e606f5e9964af18", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3794854, + "log_date": "2026-07-27T09:04:24.679437Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2d17861eb60efc1891b1e83c098b", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3780181, + "log_date": "2026-07-24T10:05:03.428815Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3780178, + "log_date": "2026-07-24T10:04:31.410675Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780177, + "log_date": "2026-07-24T10:04:31.405890Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780176, + "log_date": "2026-07-24T10:01:50.741468Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3780175, + "log_date": "2026-07-24T10:01:05.725725Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780174, + "log_date": "2026-07-24T10:01:05.721781Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780173, + "log_date": "2026-07-24T10:00:23.355606Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3780170, + "log_date": "2026-07-24T10:00:04.959768Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780168, + "log_date": "2026-07-24T10:00:04.955581Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780124, + "log_date": "2026-07-24T09:56:13.068934Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3780117, + "log_date": "2026-07-24T09:54:36.835642Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3780116, + "log_date": "2026-07-24T09:54:36.831526Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3779783, + "log_date": "2026-07-24T09:29:44.581627Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3779643, + "log_date": "2026-07-24T09:11:37.918630Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3779634, + "log_date": "2026-07-24T09:10:10.269708Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3779633, + "log_date": "2026-07-24T09:10:10.264620Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3779617, + "log_date": "2026-07-24T09:06:05.931154Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "35fefe5416366256872a6bbfe1da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3776263, + "log_date": "2026-07-23T15:00:27.813549Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3776215, + "log_date": "2026-07-23T14:59:20.672307Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3776214, + "log_date": "2026-07-23T14:59:20.669013Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3776194, + "log_date": "2026-07-23T14:57:33.853578Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3776171, + "log_date": "2026-07-23T14:53:22.934303Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3776170, + "log_date": "2026-07-23T14:53:22.930285Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3775984, + "log_date": "2026-07-23T14:44:04.310604Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3775965, + "log_date": "2026-07-23T14:40:40.051057Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «edilizia_rda_manutenzione_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=edilizia_rda_manutenzione_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3775964, + "log_date": "2026-07-23T14:40:40.047165Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/edilizia_rda_manutenzione_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3775963, + "log_date": "2026-07-23T14:40:33.570632Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "f6bc922d5552960245ec3527e7ce", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3775276, + "log_date": "2026-07-23T13:05:11.455127Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3775102, + "log_date": "2026-07-23T12:53:05.039496Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha associato il modulo «RequestForm_EDILIZIA_RDA_MANUTENZIONE» — TEST,MODULI_INTERNI al procedimento «edilizia_rda_manutenzione_wf» — RIchiesta di Acquisto per Manutenzione, con i seguenti gruppi: #113 RDA MANUT - Area Edilizia - Dirigente, #112 RDA MANUT - Area Edilizia - Ufficio Tecnico, #111 RDA MANUT - Contabilita, #114 RDA MANUT - U.O.T. Acquisti. (tag_modulo=RequestForm_EDILIZIA_RDA_MANUTENZIONE; titolo_modulo=TEST,MODULI_INTERNI; tag_procedimento=edilizia_rda_manutenzione_wf; titolo_procedimento=RIchiesta di Acquisto per Manutenzione; id_object_procedimento=35281; id_object_modulo=35281; gruppi=#113 RDA MANUT - Area Edilizia - Dirigente, #112 RDA MANUT - Area Edilizia - Ufficio Tecnico, #111 RDA MANUT - Contabilita, #114 RDA MANUT - U.O.T. Acquisti) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/associate" + }, + { + "log_id": 3775068, + "log_date": "2026-07-23T12:39:08.620086Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha aggiornato il modulo «RequestForm_GESTIONE_SITI_WEB_NUOVO» — AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB. Valori scritti: tag «RequestForm_GESTIONE_SITI_WEB_NUOVO»; titolo «AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB»; gruppi: #108 Gestione Siti Web - Autorizzatore, #106 Gestione Siti Web - U.O. Comunicazione, #107 Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura. (tag_modulo=RequestForm_GESTIONE_SITI_WEB_NUOVO; titolo_modulo=AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB; id_genericschema=164763; gruppi=#108 Gestione Siti Web - Autorizzatore, #106 Gestione Siti Web - U.O. Comunicazione, #107 Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/update" + }, + { + "log_id": 3775067, + "log_date": "2026-07-23T12:38:09.678462Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha generato (o inizializzato) il workflow del procedimento «edilizia_rda_manutenzione_wf». (tag=edilizia_rda_manutenzione_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/generate" + }, + { + "log_id": 3775066, + "log_date": "2026-07-23T12:38:06.206237Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha creato con successo il procedimento «edilizia_rda_manutenzione_wf» — RIchiesta di Acquisto per Manutenzione (id_object=35281) (tag=edilizia_rda_manutenzione_wf; titolo=RIchiesta di Acquisto per Manutenzione; id_object=35281) uri=/eP/elixpro-studio/api/elixpro/procedimento/create" + }, + { + "log_id": 3774730, + "log_date": "2026-07-23T10:58:24.676824Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3774729, + "log_date": "2026-07-23T10:58:24.672393Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3774728, + "log_date": "2026-07-23T10:53:29.945454Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3774445, + "log_date": "2026-07-23T10:47:00.407243Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3774444, + "log_date": "2026-07-23T10:47:00.402693Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3774066, + "log_date": "2026-07-23T10:29:07.768812Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3773861, + "log_date": "2026-07-23T10:24:52.423703Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3773860, + "log_date": "2026-07-23T10:24:52.419310Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3773769, + "log_date": "2026-07-23T10:23:02.393946Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e8004f9039cf215f1903defc7341", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3772881, + "log_date": "2026-07-23T09:15:19.964843Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e35c0b1dc37c9ede906cad5f5bd8", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3772751, + "log_date": "2026-07-23T09:02:43.736700Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e35c0b1dc37c9ede906cad5f5bd8", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3772750, + "log_date": "2026-07-23T09:01:55.249816Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "e35c0b1dc37c9ede906cad5f5bd8", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3772473, + "log_date": "2026-07-23T08:53:43.238057Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_TENANT_UNRESOLVED uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3771766, + "log_date": "2026-07-23T06:59:28.365681Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771765, + "log_date": "2026-07-23T06:59:28.361881Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771753, + "log_date": "2026-07-23T06:53:47.731896Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3771657, + "log_date": "2026-07-23T06:50:57.038003Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771656, + "log_date": "2026-07-23T06:50:57.033310Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771632, + "log_date": "2026-07-23T06:43:37.730998Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3771628, + "log_date": "2026-07-23T06:42:29.871582Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771627, + "log_date": "2026-07-23T06:42:29.866599Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771622, + "log_date": "2026-07-23T06:38:10.203654Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3771618, + "log_date": "2026-07-23T06:35:56.508982Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771617, + "log_date": "2026-07-23T06:35:56.503669Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771479, + "log_date": "2026-07-23T06:27:59.733759Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3771463, + "log_date": "2026-07-23T06:20:58.467276Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771462, + "log_date": "2026-07-23T06:20:58.463009Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3771427, + "log_date": "2026-07-23T06:11:04.238598Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "d9955a7047667f4d73b86f2e5932", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3768574, + "log_date": "2026-07-22T11:08:55.908052Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "983ace32baff51749fe42a21dac6", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3753378, + "log_date": "2026-07-20T10:10:09.478958Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "ecd8b1f95ebd8a1e37a1c683e54b", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3753371, + "log_date": "2026-07-20T10:04:43.134057Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "ecd8b1f95ebd8a1e37a1c683e54b", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «gestione_siti_web_nuovo_wf» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=gestione_siti_web_nuovo_wf; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3753370, + "log_date": "2026-07-20T10:04:43.129650Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "ecd8b1f95ebd8a1e37a1c683e54b", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/gestione_siti_web_nuovo_wf/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3752462, + "log_date": "2026-07-20T09:13:47.557284Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "ecd8b1f95ebd8a1e37a1c683e54b", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3724208, + "log_date": "2026-07-15T13:49:45.079094Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "60a64f507791c8e284caa5e5fe77", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3721916, + "log_date": "2026-07-15T10:57:34.441865Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "56cc2e4cc64cd9f592716cb35bcf", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3705996, + "log_date": "2026-07-13T09:09:07.563107Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "aabc450b3df54d9046f9fc788c49", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha generato (o inizializzato) il workflow del procedimento «test_todelete». (tag=test_todelete) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/generate" + }, + { + "log_id": 3705995, + "log_date": "2026-07-13T09:09:04.124666Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "aabc450b3df54d9046f9fc788c49", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha creato con successo il procedimento «test_todelete» — ToDelete (id_object=34498) (tag=test_todelete; titolo=ToDelete; id_object=34498) uri=/eP/elixpro-studio/api/elixpro/procedimento/create" + }, + { + "log_id": 3705895, + "log_date": "2026-07-13T08:50:34.192742Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "aabc450b3df54d9046f9fc788c49", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3705639, + "log_date": "2026-07-13T08:06:44.705942Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": null, + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3678279, + "log_date": "2026-07-09T08:24:29.857421Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "5fa759a794b6e5e7eb3fbd2c3cc3", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3672424, + "log_date": "2026-07-08T14:02:13.442454Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "2025cee2cd0c6b8ac84e04c83bac", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha generato (o inizializzato) il workflow del procedimento «gestione_siti_web_nuovo_wf». (tag=gestione_siti_web_nuovo_wf) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/generate" + }, + { + "log_id": 3672422, + "log_date": "2026-07-08T14:02:00.545894Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "2025cee2cd0c6b8ac84e04c83bac", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha associato il modulo «RequestForm_GESTIONE_SITI_WEB_NUOVO» — AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB al procedimento «gestione_siti_web_nuovo_wf» — Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico, con i seguenti gruppi: #106 GESTIONE_SITI_WEB_UO_Comunicazione, #107 GESTIONE_SITI_WEB_UO_STI. (tag_modulo=RequestForm_GESTIONE_SITI_WEB_NUOVO; titolo_modulo=AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB; tag_procedimento=gestione_siti_web_nuovo_wf; titolo_procedimento=Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico; id_object_procedimento=34334; id_object_modulo=34334; gruppi=#106 GESTIONE_SITI_WEB_UO_Comunicazione, #107 GESTIONE_SITI_WEB_UO_STI) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/associate" + }, + { + "log_id": 3672421, + "log_date": "2026-07-08T14:01:33.208382Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "2025cee2cd0c6b8ac84e04c83bac", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente pierpaolo.mammi@unipr.it ha creato con successo il procedimento «gestione_siti_web_nuovo_wf» — Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico (id_object=34334) (tag=gestione_siti_web_nuovo_wf; titolo=Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico; id_object=34334) uri=/eP/elixpro-studio/api/elixpro/procedimento/create" + }, + { + "log_id": 3672289, + "log_date": "2026-07-08T13:54:38.960701Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "2025cee2cd0c6b8ac84e04c83bac", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3668819, + "log_date": "2026-07-08T10:02:12.675349Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "12d8f42d12f7552e37f56951e3da", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659491, + "log_date": "2026-07-07T11:48:19.513418Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c6859b9f303b6466a3e528543b53", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659350, + "log_date": "2026-07-07T11:03:15.533214Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c3ef445795d6c533dbf0bbf555f9", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «test_01». (tag=test_01) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3659349, + "log_date": "2026-07-07T11:03:06.565510Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c3ef445795d6c533dbf0bbf555f9", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659288, + "log_date": "2026-07-07T10:45:12.494075Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "c2e90ad8309aed17a7ef8e186a93", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659249, + "log_date": "2026-07-07T10:37:34.874684Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c27951a2d3f3f0dd97654ad71acb", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=MGNGLI97T63G337U; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659248, + "log_date": "2026-07-07T10:37:28.903823Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente MGNGLI97T63G337U ha terminato la sessione (logout esplicito). (utente=MGNGLI97T63G337U) uri=/eP/elixpro-studio/rest/session/logout" + }, + { + "log_id": 3659247, + "log_date": "2026-07-07T10:36:31.651437Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=MGNGLI97T63G337U; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659246, + "log_date": "2026-07-07T10:35:04.415709Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=MGNGLI97T63G337U; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659245, + "log_date": "2026-07-07T10:35:00.924298Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=MGNGLI97T63G337U; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659244, + "log_date": "2026-07-07T10:34:51.497169Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=MGNGLI97T63G337U; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659243, + "log_date": "2026-07-07T10:34:34.610345Z", + "user_id": null, + "user_full_name": "MGNGLI97T63G337U", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=MGNGLI97T63G337U; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659240, + "log_date": "2026-07-07T10:32:32.472456Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "bd7dbec436d2691af1c972aa729e", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente non identificato ha terminato la sessione (logout esplicito). uri=/eP/elixpro-studio/rest/session/logout" + }, + { + "log_id": 3659239, + "log_date": "2026-07-07T10:32:06.354623Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659238, + "log_date": "2026-07-07T10:31:33.030697Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659237, + "log_date": "2026-07-07T10:31:28.656393Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659228, + "log_date": "2026-07-07T10:30:52.860033Z", + "user_id": null, + "user_full_name": "GiuliaM", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=GiuliaM; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659227, + "log_date": "2026-07-07T10:30:48.816676Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659226, + "log_date": "2026-07-07T10:30:12.695331Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659225, + "log_date": "2026-07-07T10:30:10.115960Z", + "user_id": null, + "user_full_name": "magnanigiulia97@gmail.com", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=magnanigiulia97@gmail.com; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659224, + "log_date": "2026-07-07T10:30:06.086752Z", + "user_id": null, + "user_full_name": "GiuliaM", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=GiuliaM; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659161, + "log_date": "2026-07-07T10:29:15.695452Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659160, + "log_date": "2026-07-07T10:29:06.062255Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "c1fb4e108300b4b62c2b48ee792a", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659159, + "log_date": "2026-07-07T10:28:58.717551Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": null, + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3659042, + "log_date": "2026-07-07T10:19:25.764603Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «formazione_elixpro_studio». (tag=formazione_elixpro_studio) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3658816, + "log_date": "2026-07-07T10:08:37.758621Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha associato il modulo «RequestForm_FORM_05» — TEST,MODULI_INTERNI al procedimento «formazione_elixpro_studio» — Formazione elixPro Studio, con i seguenti gruppi: #104 Operatore di test. (tag_modulo=RequestForm_FORM_05; titolo_modulo=TEST,MODULI_INTERNI; tag_procedimento=formazione_elixpro_studio; titolo_procedimento=Formazione elixPro Studio; id_object_procedimento=34108; id_object_modulo=34108; gruppi=#104 Operatore di test) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/associate" + }, + { + "log_id": 3658814, + "log_date": "2026-07-07T10:03:32.511503Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «formazione_elixpro_studio» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=formazione_elixpro_studio; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/formazione_elixpro_studio/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3658813, + "log_date": "2026-07-07T10:03:32.507819Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/formazione_elixpro_studio/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3658812, + "log_date": "2026-07-07T10:02:15.010369Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «formazione_elixpro_studio». (tag=formazione_elixpro_studio) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3658736, + "log_date": "2026-07-07T09:58:11.132729Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «formazione_elixpro_studio» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=formazione_elixpro_studio; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/formazione_elixpro_studio/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3658735, + "log_date": "2026-07-07T09:58:11.128482Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/formazione_elixpro_studio/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3658734, + "log_date": "2026-07-07T09:57:36.108429Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "c02faec671a27c2a4adb2bf8e3a2", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3658335, + "log_date": "2026-07-07T09:18:53.515500Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "bd3fdfa34d8dd5a467dd5495dfae", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha generato (o inizializzato) il workflow del procedimento «formazione_elixpro_studio». (tag=formazione_elixpro_studio) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/generate" + }, + { + "log_id": 3658288, + "log_date": "2026-07-07T09:11:14.674801Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "bd3fdfa34d8dd5a467dd5495dfae", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha creato con successo il procedimento «formazione_elixpro_studio» — Formazione elixPro Studio (id_object=34108) (tag=formazione_elixpro_studio; titolo=Formazione elixPro Studio; id_object=34108) uri=/eP/elixpro-studio/api/elixpro/procedimento/create" + }, + { + "log_id": 3658287, + "log_date": "2026-07-07T09:10:30.124302Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "bd7dbec436d2691af1c972aa729e", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3658286, + "log_date": "2026-07-07T09:06:16.699151Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "bd3fdfa34d8dd5a467dd5495dfae", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3658136, + "log_date": "2026-07-07T09:00:10.042903Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha terminato la sessione (logout esplicito). (utente=repartoweb) uri=/eP/elixpro-studio/rest/session/logout" + }, + { + "log_id": 3657653, + "log_date": "2026-07-07T08:49:03.582902Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_EXCEPTION uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3657468, + "log_date": "2026-07-07T08:46:13.051783Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha associato il modulo «RequestForm_FORM_04» — TEST,MODULI_INTERNI al procedimento «test_01» — Procedimento test, con i seguenti gruppi: #103 Test 01. (tag_modulo=RequestForm_FORM_04; titolo_modulo=TEST,MODULI_INTERNI; tag_procedimento=test_01; titolo_procedimento=Procedimento test; id_object_procedimento=34093; id_object_modulo=34093; gruppi=#103 Test 01) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/associate" + }, + { + "log_id": 3657467, + "log_date": "2026-07-07T08:46:07.923092Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "bc18c2b5319b8097cfe40b967e27", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=proc_liqc_admin; piattaforma=unipr.elixdev.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3657342, + "log_date": "2026-07-07T08:43:46.953536Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/test_01/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3657341, + "log_date": "2026-07-07T08:43:46.937394Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/test_01 uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3657330, + "log_date": "2026-07-07T08:42:09.229733Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha associato il modulo «FORM_03» al procedimento «test_01» — Procedimento test, con i seguenti gruppi: #103 Test 01. (tag_modulo=FORM_03; tag_procedimento=test_01; titolo_procedimento=Procedimento test; id_object_procedimento=34093; id_object_modulo=34093; gruppi=#103 Test 01) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/associate" + }, + { + "log_id": 3657329, + "log_date": "2026-07-07T08:41:26.530752Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha eliminato il modulo «FORM_03» (id_object=164069) (tag_modulo=FORM_03; id_object=164069; id_genericschema=164069) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/delete" + }, + { + "log_id": 3657328, + "log_date": "2026-07-07T08:41:19.600757Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_EXCEPTION uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3657076, + "log_date": "2026-07-07T08:09:46.522065Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «test_01» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=test_01; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/test_01/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3657075, + "log_date": "2026-07-07T08:09:46.518478Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/test_01/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3657056, + "log_date": "2026-07-07T08:08:22.910430Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha copiato il workflow Pubblicato in versione In lavorazione (Copia in lavorazione) per il procedimento «test_01». (tag=test_01) uri=/eP/elixpro-studio/api/elixpro/procedimento/proc-toedit" + }, + { + "log_id": 3656975, + "log_date": "2026-07-07T08:07:08.445304Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha aggiornato il procedimento «test_01» — Procedimento test. Valori scritti: tag «test_01»; titolo «Procedimento test»; attivo sì. (tag=test_01; titolo=Procedimento test; attivo=sì; id_genericschema=164068) uri=/eP/elixpro-studio/api/elixpro/procedimento/update" + }, + { + "log_id": 3656948, + "log_date": "2026-07-07T08:04:02.160796Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Il procedimento «test_01» è stato pubblicato con successo (versione Pubblicato attiva). (procedimento=test_01; endpoint=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/test_01/release; codice HTTP=200) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3656947, + "log_date": "2026-07-07T08:04:02.156537Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "PUBLISH_HTTP_OK PATCH status=200 url=https://proxy-unipr.elixforms.it/eF/procedure/api/config/properties/test_01/release uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/publish" + }, + { + "log_id": 3656755, + "log_date": "2026-07-07T07:54:44.020286Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha associato il modulo «FORM_03» al procedimento «test_01» — Test 01, con i seguenti gruppi: #103 Test 01. (tag_modulo=FORM_03; tag_procedimento=test_01; titolo_procedimento=Test 01; id_object_procedimento=34093; id_object_modulo=34093; gruppi=#103 Test 01) uri=/eP/elixpro-studio/api/elixpro/procedimento/modulo/associate" + }, + { + "log_id": 3656754, + "log_date": "2026-07-07T07:54:42.191701Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha creato il gruppo di gestione «Test 01». (nome=Test 01; id_group=103) uri=/eP/elixpro-studio/api/elixpro/groups/create" + }, + { + "log_id": 3656752, + "log_date": "2026-07-07T07:53:21.979387Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha generato (o inizializzato) il workflow del procedimento «test_01». (tag=test_01) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/generate" + }, + { + "log_id": 3656751, + "log_date": "2026-07-07T07:53:17.728385Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha creato con successo il procedimento «test_01» — Test 01 (id_object=34093) (tag=test_01; titolo=Test 01; id_object=34093) uri=/eP/elixpro-studio/api/elixpro/procedimento/create" + }, + { + "log_id": 3656750, + "log_date": "2026-07-07T07:52:03.715363Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b900b82241b17b860a5d9fe1ef0c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3656346, + "log_date": "2026-07-07T06:43:30.889322Z", + "user_id": null, + "user_full_name": "stagepm", + "session_id": "b5149c89260d78af0cf9e91d625b", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=stagepm; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3656335, + "log_date": "2026-07-07T06:41:43.956633Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "b4fa80f29133359fd182b2a3b407", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3652921, + "log_date": "2026-07-06T14:13:21.384834Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "7c6c566e32fc9f060ef789ff8e72", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=proc_liqc_admin; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3629844, + "log_date": "2026-07-03T13:00:13.577612Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": "80f519de9ac545af0869871e639c", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3629774, + "log_date": "2026-07-03T12:58:54.042909Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@gmail.com", + "session_id": "80f519de9ac545af0869871e639c", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=pierpaolo.mammi@gmail.com; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3629768, + "log_date": "2026-07-03T12:58:40.408889Z", + "user_id": null, + "user_full_name": "pierpaolo.mammi@unipr.it", + "session_id": null, + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=pierpaolo.mammi@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3627713, + "log_date": "2026-07-03T10:22:10.121854Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "76297334d917b43e321d07f14450", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3627608, + "log_date": "2026-07-03T09:50:35.064069Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": "76297334d917b43e321d07f14450", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3627607, + "log_date": "2026-07-03T09:50:00.495Z", + "user_id": null, + "user_full_name": "giulia.magnani1@unipr.it", + "session_id": null, + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "Accesso a elixPro Studio non riuscito: utente o password non corretti, oppure account non autorizzato. (utente=giulia.magnani1@unipr.it; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; codice=INVALID_CREDENTIALS) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3627513, + "log_date": "2026-07-03T09:28:47.088883Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "74f28eb29f5a34dc1b250db73cfc", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=proc_liqc_admin; piattaforma=unipr.elixforms.it; tipo_accesso=utente e password; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3622643, + "log_date": "2026-07-02T14:33:48.101622Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "33fc4b7834dd1550e39ee83bfe88", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente proc_liqc_admin ha eliminato il procedimento «anth_test_20260702_lp» — Anthesi Test 20260702 LP (id_object=33804) (tag=anth_test_20260702_lp; titolo=Anthesi Test 20260702 LP; id_object=33804) uri=/eP/elixpro-studio/api/elixpro/procedimento/delete" + }, + { + "log_id": 3622642, + "log_date": "2026-07-02T14:33:29.527629Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "33fc4b7834dd1550e39ee83bfe88", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=proc_liqc_admin; piattaforma=unipr.elixdev.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3621408, + "log_date": "2026-07-02T13:08:18.303364Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2f1c6fe496209a1413915d78b0a4", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=proc_liqc_admin; piattaforma=unipr.elixdev.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3621304, + "log_date": "2026-07-02T12:53:12.042383Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha generato (o inizializzato) il workflow del procedimento «anth_test_20260702_lp». (tag=anth_test_20260702_lp) uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/generate" + }, + { + "log_id": 3621303, + "log_date": "2026-07-02T12:53:08.113641Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "L'utente repartoweb ha creato con successo il procedimento «anth_test_20260702_lp» — Anthesi Test 20260702 LP (id_object=33804) (tag=anth_test_20260702_lp; titolo=Anthesi Test 20260702 LP; id_object=33804) uri=/eP/elixpro-studio/api/elixpro/procedimento/create" + }, + { + "log_id": 3621302, + "log_date": "2026-07-02T12:48:11.130737Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621301, + "log_date": "2026-07-02T12:48:11.068829Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621300, + "log_date": "2026-07-02T12:48:06.897135Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621299, + "log_date": "2026-07-02T12:48:06.845581Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621298, + "log_date": "2026-07-02T12:48:06.746159Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_LIST_EXCEPTION uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3621297, + "log_date": "2026-07-02T12:48:06.742917Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3621296, + "log_date": "2026-07-02T12:48:06.695254Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3621295, + "log_date": "2026-07-02T12:48:04.423666Z", + "user_id": null, + "user_full_name": "repartoweb", + "session_id": "2df4147d388fd4a46d68bf8c8622", + "service_name": "elixPro-studio", + "status": "OK", + "has_error": false, + "message": "Accesso a elixPro Studio effettuato correttamente. (utente=repartoweb; piattaforma=unipr.elixdev.it; tipo_accesso=SSO2 ISI session; recupero_contesto=connessioni da cache locale Studio (CTX già risolto) (risoluzione CTX=direct; provenienza CTX=studio-cache); risorse per tag=6) uri=/eP/elixpro-studio/launch" + }, + { + "log_id": 3621106, + "log_date": "2026-07-02T12:25:07.598192Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621105, + "log_date": "2026-07-02T12:25:07.518001Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621104, + "log_date": "2026-07-02T12:25:07.143427Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_LIST_EXCEPTION uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3621103, + "log_date": "2026-07-02T12:25:07.139872Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3621102, + "log_date": "2026-07-02T12:25:07.056134Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3621101, + "log_date": "2026-07-02T12:24:57.109803Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621100, + "log_date": "2026-07-02T12:24:57.039881Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621099, + "log_date": "2026-07-02T12:24:47.148406Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621098, + "log_date": "2026-07-02T12:24:47.068453Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621097, + "log_date": "2026-07-02T12:24:37.124270Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621096, + "log_date": "2026-07-02T12:24:37.039558Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621095, + "log_date": "2026-07-02T12:24:27.099129Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621094, + "log_date": "2026-07-02T12:24:27.031337Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621093, + "log_date": "2026-07-02T12:24:17.095700Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621092, + "log_date": "2026-07-02T12:24:17.023136Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621091, + "log_date": "2026-07-02T12:24:07.145015Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621090, + "log_date": "2026-07-02T12:24:07.058802Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621089, + "log_date": "2026-07-02T12:23:57.106236Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621088, + "log_date": "2026-07-02T12:23:57.044181Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621087, + "log_date": "2026-07-02T12:23:55.713620Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621086, + "log_date": "2026-07-02T12:23:55.649238Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621084, + "log_date": "2026-07-02T12:21:16.790539Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3621083, + "log_date": "2026-07-02T12:21:16.725165Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620951, + "log_date": "2026-07-02T11:59:29.351712Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620950, + "log_date": "2026-07-02T11:59:29.274624Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620949, + "log_date": "2026-07-02T11:59:29.004130Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_LIST_EXCEPTION uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3620948, + "log_date": "2026-07-02T11:59:29.001049Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3620947, + "log_date": "2026-07-02T11:59:28.928566Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3620946, + "log_date": "2026-07-02T11:59:22.456324Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620945, + "log_date": "2026-07-02T11:59:22.357373Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620944, + "log_date": "2026-07-02T11:58:41.318306Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620943, + "log_date": "2026-07-02T11:58:41.231429Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620942, + "log_date": "2026-07-02T11:58:40.975182Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "STATUS_LIST_EXCEPTION uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3620941, + "log_date": "2026-07-02T11:58:40.971332Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3620940, + "log_date": "2026-07-02T11:58:40.897797Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status-list" + }, + { + "log_id": 3620939, + "log_date": "2026-07-02T11:58:34.375808Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc/ uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + }, + { + "log_id": 3620938, + "log_date": "2026-07-02T11:58:34.311258Z", + "user_id": null, + "user_full_name": "proc_liqc_admin", + "session_id": "2b14d0859394ef83403f088bc7ed", + "service_name": "elixPro-studio[studio]", + "status": "KO", + "has_error": true, + "message": "HTTP GET status=404 url=https://proxy-unipr.elixdev.it/eF/procedure/api/config/properties/procedimento_liqc uri=/eP/elixpro-studio/api/elixpro/procedimento/workflow/status" + } + ], + "has_more": true + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module code.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module code.yml new file mode 100644 index 0000000..f9b4f78 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module code.yml @@ -0,0 +1,993 @@ +info: + name: elixPro - Get module code + type: http + seq: 5 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-editor/rest/workflow/:moduleTag/:state/epWorkflow" + params: + - name: moduleTag + value: edilizia_rda_manutenzione_wf + type: path + - name: state + value: draft + type: path + description: draft | released + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: https://unipr.elixforms.it/eP/elixpro-editor/rest/workflow/:moduleTag/:state/epWorkflow + method: GET + params: + - name: moduleTag + value: edilizia_rda_manutenzione_wf + type: path + - name: state + value: draft + type: path + description: draft | released + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 12:25:09 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: 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 + - name: transfer-encoding + value: chunked + body: + type: json + data: |- + { + "value": { + "code": "OK", + "complete": true, + "globalStatus": "OK", + "uuid": "d9fb568b-7d5c-4f85-b513-95047b04e6bd", + "version": "3.0.0", + "matchingEntities": { + "metadata": { + "editorVersion": "6.0.1", + "generatedAt": "2026-07-23T12:59:23.315Z", + "schemaVersion": "2.0.1" + }, + "roles": [ + { + "azioni": [ + { + "listArray": [ + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso, list_TECNICO_inCorso", + "key": "azione_ACQUISTI_prendiInCarico", + "moveToList": "list_ACQUISTI_esecuzioneDetermina", + "notifica": "", + "status": "stato_ACQUISTI_inPreparazioneDetermina", + "title": "Prendi in carico", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_ACQUISTI_inCorso, list_CONTAB_inCorso, list_TECNICO_inCorso", + "key": "azione_ACQUISTI_passaAGenerazioneDetermina", + "moveToList": "list_ACQUISTI_esecuzioneDetermina", + "notifica": "", + "status": "stato_ACQUISTI_inGenerazioneDetermina", + "title": "Passa a generazione Determina", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_ACQUISTI_inCorso, list_TECNICO_inCorso, list_CONTAB_inCorso, list_DIRIG_inCorso", + "key": "azione_ACQUISTI_confermaEProtocolla", + "moveToList": "list_ACQUISTI_esecuzioneDetermina", + "notifica": "", + "status": "stato_ACQUISTI_inPredisposizioneDocumentazione", + "title": "Conferma e protocolla Determina", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso", + "key": "azione_ACQUISTI_inviaAAetPerDocumentazioneFinale", + "moveToList": "list_TECNICO_documentazioneFinale, list_TECNICO_inCorso", + "notifica": "", + "status": "stato_TECNICO_inPreparazioneDocumentazioneScrittura", + "title": "Invia a Area Edilizia (IMPORTO < 150k)", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_TECNICO_inCorso, list_DIRIG_inCorso", + "key": "azione_ACQUISTI_inviaAContabilita", + "moveToList": "list_CONTAB_inAttesaScritturaContabile", + "notifica": "", + "status": "stato_CONTAB_inScritturaContabile", + "title": "Invia a Contabilità (IMPORTO >= 150k)", + "type": "button" + } + ], + "title": "PASSAGGIO DI STATO" + }, + { + "listArray": [ + { + "behaviourTag": "aggiungiSchedaAlFascicolo", + "config": "config = {}; config.selectedCategoryId = 22;", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_ACQUISTI_aggiungiDatiACQ", + "moveToList": "", + "notifica": "config = {}; config.selectedCategoryId = 22;", + "status": "", + "title": "Aggiungi dati", + "type": "button" + }, + { + "behaviourTag": "generaPdfDaTemplate", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_ACQUISTI_generaPdfDetermina", + "moveToList": "", + "notifica": "", + "status": "", + "title": "Genera PDF Determina", + "type": "button" + }, + { + "behaviourTag": "aggiungiSchedaAlFascicolo", + "config": "config = {}; config.selectedCategoryId = 25;", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_ACQUISTI_predisponiDocumentazione", + "moveToList": "", + "notifica": "config = {}; config.selectedCategoryId = 25;", + "status": "", + "title": "Predisponi documentazione (IMPORTO >= 150k)", + "type": "button" + } + ], + "title": "AZIONI" + } + ], + "layout": { + "height": 637, + "left": 20, + "top": 20, + "width": 591 + }, + "liste": [ + { + "listArray": [ + { + "isDetailAllowed": "true", + "key": "list_ACQUISTI_inoltrate", + "title": "Inoltrate", + "type": "button" + }, + { + "isDetailAllowed": "true", + "key": "list_ACQUISTI_esecuzioneDetermina", + "title": "Esecuzione Determina", + "type": "button" + } + ], + "title": "Controllo richieste" + }, + { + "listArray": [ + { + "isDetailAllowed": "false", + "key": "list_ACQUISTI_inCorso", + "title": "In corso", + "type": "button" + } + ], + "title": "Riepilogo pratiche" + } + ], + "procedimentoTag": "edilizia_rda_manutenzione_wf", + "pulsantiAttivi": { + "stato_ACQUISTI_inPredisposizioneDocumentazione": { + "azione_ACQUISTI_inviaAContabilita": true, + "azione_ACQUISTI_predisponiDocumentazione": true, + "azione_ACQUISTI_inviaAAetPerDocumentazioneFinale": true + }, + "stato_ACQUISTI_inPreparazioneDetermina": { + "azione_ACQUISTI_aggiungiDatiACQ": true, + "azione_ACQUISTI_passaAGenerazioneDetermina": true + }, + "stato_ACQUISTI_inoltrata": { + "azione_ACQUISTI_prendiInCarico": true + }, + "stato_ACQUISTI_inGenerazioneDetermina": { + "azione_ACQUISTI_generaPdfDetermina": true, + "azione_ACQUISTI_confermaEProtocolla": true + } + }, + "ruolo": { + "colore": "#800080", + "descrizione": "RDA MANUT - U.O.T. Acquisti", + "key": "r_114", + "listaDefault": "Lista starter (da rinominare)", + "nome": "RDA MANUT - U.O.T. Acquisti" + }, + "sezioni": {} + }, + { + "azioni": [], + "layout": { + "height": 637, + "left": 631, + "top": 20, + "width": 591 + }, + "liste": [ + { + "listArray": [ + { + "isDetailAllowed": "false", + "key": "list_DIRIG_inCorso", + "title": "In corso", + "type": "button" + }, + { + "isDetailAllowed": "false", + "key": "list_DIRIG_inviateATitulus", + "title": "Inviate a Titulus per firma", + "type": "button" + } + ], + "title": "Riepilogo richieste" + } + ], + "procedimentoTag": "edilizia_rda_manutenzione_wf", + "pulsantiAttivi": { + "stato_DIRIG_inFaseFirmaTitulus": {} + }, + "ruolo": { + "colore": "#804002", + "descrizione": "RDA MANUT - Area Edilizia - Dirigente", + "key": "r_113", + "listaDefault": "Lista starter (da rinominare)", + "nome": "RDA MANUT - Area Edilizia - Dirigente" + }, + "sezioni": {} + }, + { + "azioni": [ + { + "listArray": [ + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_CONTAB_inCorso, list_TECNICO_inCorso", + "key": "azione_TECNICO_prendiInCarico", + "moveToList": "list_TECNICO_documentazioneDaPreparare", + "notifica": "", + "status": "stato_TECNICO_inPreparazioneDocumentazioneDetermina", + "title": "Prendi in carico", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_TECNICO_inCorso, list_TECNICO_documentazioneDaPreparare", + "key": "azione_TECNICO_passaAGenerazioneAll5", + "moveToList": "list_TECNICO_documentazioneDaPreparare", + "notifica": "", + "status": "stato_TECNICO_inGenerazioneAllegati", + "title": "Passa a generazione Allegato 5", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_TECNICO_documentazioneDaPreparare, list_TECNICO_inCorso", + "key": "azione_TECNICO_passaAInserimentoAllegati", + "moveToList": "list_TECNICO_documentazioneDaPreparare", + "notifica": "", + "status": "stato_TECNICO_inInserimentoAllegatiDetermina", + "title": "Passa a inserimento allegati", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_CONTAB_inCorso, list_TECNICO_inCorso", + "key": "azione_TECNICO_inviaAUotAcquisti", + "moveToList": "list_ACQUISTI_inoltrate, list_ACQUISTI_inCorso", + "notifica": "", + "status": "stato_ACQUISTI_inoltrata", + "title": "Conferma e invia a U.O.T. Acquisti", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_TECNICO_inCorso, list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso", + "key": "azione_TECNICO_passaAInserimentoAllegatiS", + "moveToList": "list_TECNICO_documentazioneFinale", + "notifica": "", + "status": "stato_TECNICO_inInserimentoAllegatiScrittura", + "title": "Passa a inserimento allegati S", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_TECNICO_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso", + "key": "azione_TECNICO_inviaAUoContabilita", + "moveToList": "list_CONTAB_inAttesaScritturaContabile, list_CONTAB_inCorso", + "notifica": "", + "status": "stato_CONTAB_inScritturaContabile", + "title": "Conferma e invia a U.O. Contabilità", + "type": "button" + } + ], + "title": "PASSAGGIO DI STATO" + }, + { + "listArray": [ + { + "behaviourTag": "aggiungiSchedaAlFascicolo", + "config": "config = {}; config.selectedCategoryId = 21;", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_TECNICO_aggiungiDatiTAE", + "moveToList": "", + "notifica": "config = {}; config.selectedCategoryId = 21;", + "status": "", + "title": "Aggiungi dati TAE", + "type": "button" + }, + { + "behaviourTag": "generaPdfDaTemplate", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_TECNICO_generaAllegato5", + "moveToList": "", + "notifica": "", + "status": "", + "title": "Genera PDF Allegato 5", + "type": "button" + }, + { + "behaviourTag": "aggiungiSchedaAlFascicolo", + "config": "config = {}; config.selectedCategoryId = 23;", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_TECNICO_aggiungiAllegatiDetermina", + "moveToList": "", + "notifica": "config = {}; config.selectedCategoryId = 23;", + "status": "", + "title": "Aggiungi allegati Determina", + "type": "button" + }, + { + "behaviourTag": "aggiungiSchedaAlFascicolo", + "config": "config = {}; config.selectedCategoryId = 24;", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_TECNICO_aggiungiAllegatiScrittura", + "moveToList": "", + "notifica": "config = {}; config.selectedCategoryId = 24;", + "status": "", + "title": "Aggiungi allegati Scrittura", + "type": "button" + } + ], + "title": "AZIONI" + } + ], + "layout": { + "height": 637, + "left": 1242, + "top": 20, + "width": 591 + }, + "liste": [ + { + "listArray": [ + { + "isDetailAllowed": "true", + "key": "list_TECNICO_inoltrate", + "title": "Inoltrate", + "type": "button" + }, + { + "isDetailAllowed": "true", + "key": "list_TECNICO_documentazioneDaPreparare", + "title": "Documentazione per Determina da preparare", + "type": "button" + }, + { + "isDetailAllowed": "true", + "key": "list_TECNICO_documentazioneFinale", + "title": "Documentazione per scrittura da preparare", + "type": "button" + } + ], + "title": "Controllo richieste" + }, + { + "listArray": [ + { + "isDetailAllowed": "false", + "key": "list_TECNICO_inCorso", + "title": "In corso", + "type": "button" + } + ], + "title": "Riepilogo pratiche" + } + ], + "procedimentoTag": "edilizia_rda_manutenzione_wf", + "pulsantiAttivi": { + "stato_TECNICO_inoltrata": { + "azione_TECNICO_prendiInCarico": true + }, + "stato_TECNICO_inGenerazioneAllegati": { + "azione_TECNICO_passaAInserimentoAllegati": true, + "azione_TECNICO_generaAllegato5": true + }, + "stato_TECNICO_inPreparazioneDocumentazioneScrittura": { + "azione_TECNICO_passaAInserimentoAllegatiS": true + }, + "stato_TECNICO_inInserimentoAllegatiDetermina": { + "azione_TECNICO_inviaAUotAcquisti": true, + "azione_TECNICO_aggiungiAllegatiDetermina": true + }, + "stato_TECNICO_inInserimentoAllegatiScrittura": { + "azione_TECNICO_inviaAUoContabilita": true, + "azione_TECNICO_aggiungiAllegatiScrittura": true + }, + "stato_TECNICO_inPreparazioneDocumentazioneDetermina": { + "azione_TECNICO_passaAGenerazioneAll5": true, + "azione_TECNICO_aggiungiDatiTAE": true + } + }, + "ruolo": { + "colore": "#808000", + "descrizione": "RDA MANUT - Area Edilizia - Ufficio Tecnico", + "key": "r_112", + "listaDefault": "Lista starter (da rinominare)", + "nome": "RDA MANUT - Area Edilizia - Ufficio Tecnico" + }, + "sezioni": {} + }, + { + "azioni": [ + { + "listArray": [ + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_CONTAB_inCorso", + "key": "azione_CONTAB_prendiInCarico", + "moveToList": "list_CONTAB_inVerificaCopertura", + "notifica": "", + "status": "stato_CONTAB_inVerificaCopertura", + "title": "Prendi in carico", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_CONTAB_Respingi", + "moveToList": "list_CONTAB_respinte", + "notifica": "", + "status": "stato_CONTAB_respinta", + "title": "Respingi", + "type": "button" + } + ], + "title": "PASSAGGIO DI STATO" + }, + { + "listArray": [ + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "list_ACQUISTI_inCorso, list_DIRIG_inCorso, list_TECNICO_inCorso, list_CONTAB_inCorso", + "key": "azione_CONTAB_confermaCopertura", + "moveToList": "list_TECNICO_inoltrate, list_TECNICO_inCorso", + "notifica": "", + "status": "stato_TECNICO_inoltrata", + "title": "Conferma copertura economica", + "type": "button" + }, + { + "behaviourTag": "passaABasic", + "config": "", + "customerNotes": "", + "developerNotes": "", + "doNotMoveToList": "", + "key": "azione_CONTAB_confermaScrittura", + "moveToList": "list_CONTAB_evase", + "notifica": "", + "status": "stato_CONTAB_evasa", + "title": "Conferma scrittura economica", + "type": "button" + } + ], + "title": "AZIONI" + } + ], + "layout": { + "height": 637, + "left": 20, + "top": 677, + "width": 591 + }, + "liste": [ + { + "listArray": [ + { + "isDetailAllowed": "true", + "key": "list_CONTAB_inoltrate", + "title": "Inoltrate", + "type": "button" + }, + { + "isDetailAllowed": "true", + "key": "list_CONTAB_inVerificaCopertura", + "title": "Copertura da verificare", + "type": "button" + }, + { + "isDetailAllowed": "true", + "key": "list_CONTAB_inAttesaScritturaContabile", + "title": "Scrittura contabile da eseguire", + "type": "button" + } + ], + "title": "Controllo richieste" + }, + { + "listArray": [ + { + "isDetailAllowed": "false", + "key": "list_CONTAB_inCorso", + "title": "In corso", + "type": "button" + }, + { + "isDetailAllowed": "false", + "key": "list_CONTAB_respinte", + "title": "Respinte", + "type": "button" + }, + { + "isDetailAllowed": "false", + "key": "list_CONTAB_evase", + "title": "Evase", + "type": "button" + } + ], + "title": "Riepilogo pratiche" + } + ], + "procedimentoTag": "edilizia_rda_manutenzione_wf", + "pulsantiAttivi": { + "stato_CONTAB_respinta": {}, + "stato_CONTAB_inoltrata": { + "azione_CONTAB_prendiInCarico": true + }, + "stato_CONTAB_inScritturaContabile": { + "azione_CONTAB_confermaScrittura": true + }, + "stato_CONTAB_inVerificaCopertura": { + "azione_CONTAB_confermaCopertura": true + }, + "stato_CONTAB_evasa": {} + }, + "ruolo": { + "colore": "#408000", + "descrizione": "RDA MANUT - Contabilita", + "key": "r_111", + "listaDefault": "Lista starter (da rinominare)", + "nome": "RDA MANUT - Contabilita" + }, + "sezioni": {} + } + ], + "workflowMapping": [ + { + "actionKey": "azione_CONTAB_prendiInCarico", + "behaviour": "passaABasic", + "keepInLists": [ + "list_CONTAB_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_CONTAB_inVerificaCopertura" + ], + "targetState": "stato_CONTAB_inVerificaCopertura" + }, + { + "actionKey": "azione_TECNICO_prendiInCarico", + "behaviour": "passaABasic", + "keepInLists": [ + "list_CONTAB_inCorso", + "list_TECNICO_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_TECNICO_documentazioneDaPreparare" + ], + "targetState": "stato_TECNICO_inPreparazioneDocumentazioneDetermina" + }, + { + "actionKey": "azione_TECNICO_aggiungiDatiTAE", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_TECNICO_passaAGenerazioneAll5", + "behaviour": "generaPdfDaTemplate", + "keepInLists": [], + "nextActions": [], + "targetLists": [ + "list_TECNICO_documentazioneDaPreparare" + ], + "targetState": "stato_TECNICO_inGenerazioneAllegati" + }, + { + "actionKey": "azione_TECNICO_generaAllegato5", + "behaviour": "generaPdfDaTemplate", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_TECNICO_passaAInserimentoAllegati", + "behaviour": "passaABasic", + "keepInLists": [], + "nextActions": [], + "targetLists": [ + "list_TECNICO_documentazioneDaPreparare" + ], + "targetState": "stato_TECNICO_inInserimentoAllegatiDetermina" + }, + { + "actionKey": "azione_ACQUISTI_prendiInCarico", + "behaviour": "generaPdfDaTemplate", + "keepInLists": [ + "list_CONTAB_inCorso", + "list_ACQUISTI_inCorso", + "list_DIRIG_inCorso", + "list_TECNICO_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_ACQUISTI_esecuzioneDetermina" + ], + "targetState": "stato_ACQUISTI_inPreparazioneDetermina" + }, + { + "actionKey": "azione_ACQUISTI_aggiungiDatiACQ", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_ACQUISTI_generaPdfDetermina", + "behaviour": "generaPdfDaTemplate", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_ACQUISTI_confermaEProtocolla", + "behaviour": "passaABasic", + "keepInLists": [ + "list_ACQUISTI_inCorso", + "list_TECNICO_inCorso", + "list_CONTAB_inCorso", + "list_DIRIG_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_ACQUISTI_esecuzioneDetermina" + ], + "targetState": "stato_ACQUISTI_inPredisposizioneDocumentazione" + }, + { + "actionKey": "azione_ACQUISTI_inviaAAetPerDocumentazioneFinale", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [ + "list_CONTAB_inCorso", + "list_ACQUISTI_inCorso", + "list_DIRIG_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_TECNICO_documentazioneFinale", + "list_TECNICO_inCorso" + ], + "targetState": "stato_TECNICO_inPreparazioneDocumentazioneScrittura" + }, + { + "actionKey": "azione_ACQUISTI_predisponiDocumentazione", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_ACQUISTI_inviaAContabilita", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [ + "list_CONTAB_inCorso", + "list_ACQUISTI_inCorso", + "list_TECNICO_inCorso", + "list_DIRIG_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_CONTAB_inAttesaScritturaContabile" + ], + "targetState": "stato_CONTAB_inScritturaContabile" + }, + { + "actionKey": "azione_CONTAB_confermaCopertura", + "behaviour": "passaABasic", + "keepInLists": [ + "list_ACQUISTI_inCorso", + "list_DIRIG_inCorso", + "list_TECNICO_inCorso", + "list_CONTAB_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_TECNICO_inoltrate", + "list_TECNICO_inCorso" + ], + "targetState": "stato_TECNICO_inoltrata" + }, + { + "actionKey": "azione_CONTAB_confermaScrittura", + "behaviour": "passaABasic", + "keepInLists": [], + "nextActions": [], + "targetLists": [ + "list_CONTAB_evase" + ], + "targetState": "stato_CONTAB_evasa" + }, + { + "actionKey": "azione_CONTAB_Respingi", + "behaviour": "passaABasic", + "keepInLists": [], + "nextActions": [], + "targetLists": [ + "list_CONTAB_respinte" + ], + "targetState": "stato_CONTAB_respinta" + }, + { + "actionKey": "azione_TECNICO_inviaAUotAcquisti", + "behaviour": "passaABasic", + "keepInLists": [ + "list_CONTAB_inCorso", + "list_TECNICO_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_ACQUISTI_inoltrate", + "list_ACQUISTI_inCorso" + ], + "targetState": "stato_ACQUISTI_inoltrata" + }, + { + "actionKey": "azione_ACQUISTI_passaAGenerazioneDetermina", + "behaviour": "passaABasic", + "keepInLists": [ + "list_ACQUISTI_inCorso", + "list_CONTAB_inCorso", + "list_TECNICO_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_ACQUISTI_esecuzioneDetermina" + ], + "targetState": "stato_ACQUISTI_inGenerazioneDetermina" + }, + { + "actionKey": "azione_TECNICO_aggiungiAllegatiDetermina", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_TECNICO_aggiungiAllegatiScrittura", + "behaviour": "aggiungiSchedaAlFascicolo", + "keepInLists": [], + "nextActions": [], + "targetLists": [], + "targetState": "" + }, + { + "actionKey": "azione_TECNICO_passaAInserimentoAllegatiS", + "behaviour": "passaABasic", + "keepInLists": [ + "list_TECNICO_inCorso", + "list_CONTAB_inCorso", + "list_ACQUISTI_inCorso", + "list_DIRIG_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_TECNICO_documentazioneFinale" + ], + "targetState": "stato_TECNICO_inInserimentoAllegatiScrittura" + }, + { + "actionKey": "azione_TECNICO_inviaAUoContabilita", + "behaviour": "passaABasic", + "keepInLists": [ + "list_TECNICO_inCorso", + "list_ACQUISTI_inCorso", + "list_DIRIG_inCorso" + ], + "nextActions": [], + "targetLists": [ + "list_CONTAB_inAttesaScritturaContabile", + "list_CONTAB_inCorso" + ], + "targetState": "stato_CONTAB_inScritturaContabile" + } + ], + "workflowStateNames": { + "stato_TECNICO_inGenerazioneAllegati": { + "title": "In generazione allegati", + "value": "stato_TECNICO_inGenerazioneAllegati" + }, + "stato_CONTAB_respinta": { + "title": "Respinta", + "value": "stato_CONTAB_respinta" + }, + "stato_CONTAB_inoltrata": { + "title": "Inoltrata", + "value": "stato_CONTAB_inoltrata" + }, + "stato_CONTAB_inScritturaContabile": { + "title": "In esecuzione scrittura contabile", + "value": "stato_CONTAB_inScritturaContabile" + }, + "stato_TECNICO_inPreparazioneDocumentazioneDetermina": { + "title": "In preparazione documentazione", + "value": "stato_TECNICO_inPreparazioneDocumentazioneDetermina" + }, + "stato_CONTAB_inVerificaCopertura": { + "title": "In verifica copertura economica", + "value": "stato_CONTAB_inVerificaCopertura" + }, + "stato_ACQUISTI_inoltrata": { + "title": "Inoltrata", + "value": "stato_ACQUISTI_inoltrata" + }, + "stato_ACQUISTI_inGenerazioneDetermina": { + "title": "In generazione Determina", + "value": "stato_ACQUISTI_inGenerazioneDetermina" + }, + "stato_TECNICO_inoltrata": { + "title": "Inoltrata", + "value": "stato_TECNICO_inoltrata" + }, + "stato_TECNICO_inPreparazioneDocumentazioneScrittura": { + "title": "In preparazione documentazione S", + "value": "stato_TECNICO_inPreparazioneDocumentazioneScrittura" + }, + "stato_ACQUISTI_inPredisposizioneDocumentazione": { + "title": "In predisposizione documentazione", + "value": "stato_ACQUISTI_inPredisposizioneDocumentazione" + }, + "stato_TECNICO_inInserimentoAllegatiDetermina": { + "title": "In inserimento allegati", + "value": "stato_TECNICO_inInserimentoAllegatiDetermina" + }, + "stato_TECNICO_inInserimentoAllegatiScrittura": { + "title": "In inserimento allegati S", + "value": "stato_TECNICO_inInserimentoAllegatiScrittura" + }, + "stato_ACQUISTI_inPreparazioneDetermina": { + "title": "In preparazione determina", + "value": "stato_ACQUISTI_inPreparazioneDetermina" + }, + "stato_DIRIG_inFaseFirmaTitulus": { + "title": "In fase di firma Titutlus", + "value": "stato_DIRIG_inFaseFirmaTitulus" + }, + "stato_CONTAB_evasa": { + "title": "Evasa", + "value": "stato_CONTAB_evasa" + } + } + }, + "matchingEntitiesSize": 1 + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module status.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module status.yml new file mode 100644 index 0000000..37d743d --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module status.yml @@ -0,0 +1,91 @@ +info: + name: elixPro - Get module status + type: http + seq: 7 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/workflow/status?procedureTag=edilizia_rda_manutenzione_wf&includePropertiesBody=1" + params: + - name: procedureTag + value: edilizia_rda_manutenzione_wf + type: query + - name: includePropertiesBody + value: "1" + type: query + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/workflow/status?procedureTag=edilizia_rda_manutenzione_wf&includePropertiesBody=1" + method: GET + params: + - name: procedureTag + value: edilizia_rda_manutenzione_wf + type: query + - name: includePropertiesBody + value: "1" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 13:12:33 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: "1098" + - 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": { + "exists": true, + "empty": false, + "editing": true, + "released": true, + "matchingEntitiesSize": 1, + "amountOfOldVersionsDraft": 7, + "amountOfOldVersionsOnline": 0, + "lastModDate": "2026-07-24T10:05:36.505Z", + "lastReleaseDate": "2026-07-24T10:04:31.393Z", + "workflowVersion": "3.0.0", + "message": "Stato letto da /config/properties/{procedureTag}.", + "propertiesResponseBody": "{\n \"value\" : {\n \"code\" : \"OK\",\n \"complete\" : true,\n \"globalStatus\" : \"OK\",\n \"uuid\" : \"71e8b093-6b6d-458f-a096-de8534ddcfeb\",\n \"version\" : \"3.0.0\",\n \"matchingEntities\" : {\n \"amountOfOldVersions\" : 7,\n \"editing\" : true,\n \"lastModDate\" : \"2026-07-24T10:05:36.505Z\",\n \"lastReleaseDate\" : \"2026-07-24T10:04:31.393Z\",\n \"procedureTag\" : \"edilizia_rda_manutenzione_wf\",\n \"released\" : true\n },\n \"matchingEntitiesSize\" : 1\n }\n}", + "efpRowExists": true, + "efpDraftReady": true, + "efpOnlineReady": true, + "modDt": "2026-07-24T10:05:36.505Z", + "modId": "api_token_volatile_user", + "relDt": "2026-07-24T10:04:31.393Z", + "relId": "api_token_volatile_user" + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module versions.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module versions.yml new file mode 100644 index 0000000..5b8bd39 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module versions.yml @@ -0,0 +1,112 @@ +info: + name: elixPro - Get module versions + type: http + seq: 6 + +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" + } + ] + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules catalog.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules catalog.yml new file mode 100644 index 0000000..50e1303 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules catalog.yml @@ -0,0 +1,405 @@ +info: + name: elixPro - Get modules catalog + type: http + seq: 3 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/moduli/catalog" + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/moduli/catalog" + method: GET + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 13:13:28 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: 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 + - name: transfer-encoding + value: chunked + body: + type: json + data: |- + { + "ok": true, + "data": [ + { + "tagModulo": "A52", + "label": "A52" + }, + { + "tagModulo": "BR_BANDO", + "label": "BR_BANDO" + }, + { + "tagModulo": "BRIC_ACCETTAZIONE", + "label": "BRIC_ACCETTAZIONE" + }, + { + "tagModulo": "BRIC_DOMANDA_AMMISSIONE_TAG", + "label": "BRIC_DOMANDA_AMMISSIONE_TAG" + }, + { + "tagModulo": "BRIC_DOMANDA_AMMISSIONE_TAGBRSCVSA-32/2025_202511051007", + "label": "BRIC_DOMANDA_AMMISSIONE_TAGBRSCVSA-32/2025_202511051007" + }, + { + "tagModulo": "BRIC_RINUNCIA", + "label": "BRIC_RINUNCIA" + }, + { + "tagModulo": "BR_INCARICO", + "label": "BR_INCARICO" + }, + { + "tagModulo": "CI_TEST_2", + "label": "CI_TEST_2" + }, + { + "tagModulo": "FORMAZIONE_IN_HOUSE", + "label": "FORMAZIONE_IN_HOUSE" + }, + { + "tagModulo": "INC_RIC_ATTIVAZIONE", + "label": "INC_RIC_ATTIVAZIONE" + }, + { + "tagModulo": "PROG_PROPOSTA_DOCENTE", + "label": "PROG_PROPOSTA_DOCENTE" + }, + { + "tagModulo": "PROG_PROPOSTA_OPERATORE", + "label": "PROG_PROPOSTA_OPERATORE" + }, + { + "tagModulo": "PROPOSTA_PROG_DOCENTE", + "label": "PROPOSTA_PROG_DOCENTE" + }, + { + "tagModulo": "PROPOSTA_PROG_OPERATORE", + "label": "PROPOSTA_PROG_OPERATORE" + }, + { + "tagModulo": "prova_giulia", + "label": "prova_giulia" + }, + { + "tagModulo": "PTA10_RICH_PERM_L104", + "label": "PTA10_RICH_PERM_L104" + }, + { + "tagModulo": "PTA_20_21", + "label": "PTA_20_21" + }, + { + "tagModulo": "test_firma", + "label": "test_firma" + }, + { + "tagModulo": "anthesi_short", + "label": "anthesi_short - anthesi", + "titolo": "anthesi" + }, + { + "tagModulo": "QA_API", + "label": "QA_API - ANTHESI", + "titolo": "ANTHESI" + }, + { + "tagModulo": "QA_API_senzaSWF", + "label": "QA_API_senzaSWF - ANTHESI", + "titolo": "ANTHESI" + }, + { + "tagModulo": "TicketApp", + "label": "TicketApp - App", + "titolo": "App" + }, + { + "tagModulo": "ESERC_DIRITTI_PERSONALI", + "label": "ESERC_DIRITTI_PERSONALI - AREA AFFARI GENERALI, MODULI INTERNI", + "titolo": "AREA AFFARI GENERALI, MODULI INTERNI" + }, + { + "tagModulo": "SEGNALAZ_DATABREACH", + "label": "SEGNALAZ_DATABREACH - AREA AFFARI GENERALI, MODULI INTERNI", + "titolo": "AREA AFFARI GENERALI, MODULI INTERNI" + }, + { + "tagModulo": "ERASMUS_KA131_MOBILITY", + "label": "ERASMUS_KA131_MOBILITY - AREA DIDATTICA - MOBILITY", + "titolo": "AREA DIDATTICA - MOBILITY" + }, + { + "tagModulo": "ERASMUS_KA171_MOBILITY", + "label": "ERASMUS_KA171_MOBILITY - AREA DIDATTICA - MOBILITY", + "titolo": "AREA DIDATTICA - MOBILITY" + }, + { + "tagModulo": "ESONERO_INSEGNAMENTI_SEMESTRE_APERTO", + "label": "ESONERO_INSEGNAMENTI_SEMESTRE_APERTO - AREA DIDATTICA - SEMETRE_APERTO", + "titolo": "AREA DIDATTICA - SEMETRE_APERTO" + }, + { + "tagModulo": "Richiesta_variazione_BUDGET", + "label": "Richiesta_variazione_BUDGET - AREA_ECONOMICO_FINANZIARIA , MODULI_INTERNI", + "titolo": "AREA_ECONOMICO_FINANZIARIA , MODULI_INTERNI" + }, + { + "tagModulo": "20260224090926_BRIC_ATTIVAZIONE", + "label": "20260224090926_BRIC_ATTIVAZIONE - AREA PERSONALE E ORGANIZZAZIONE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE" + }, + { + "tagModulo": "CORSO_ESTERNO_ISCRIZIONI_MULTIPLE", + "label": "CORSO_ESTERNO_ISCRIZIONI_MULTIPLE - AREA PERSONALE E ORGANIZZAZIONE - FORMAZIONE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - FORMAZIONE" + }, + { + "tagModulo": "RICHIESTA_CORSO_ESTERNO", + "label": "RICHIESTA_CORSO_ESTERNO - AREA PERSONALE E ORGANIZZAZIONE - FORMAZIONE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - FORMAZIONE" + }, + { + "tagModulo": "RICHIESTA_CORSO_INTERNO", + "label": "RICHIESTA_CORSO_INTERNO - AREA PERSONALE E ORGANIZZAZIONE - FORMAZIONE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - FORMAZIONE" + }, + { + "tagModulo": "PRE_PRODUZIONE_Richiesta_autorizzazione_incarichi_extralavorativi", + "label": "PRE_PRODUZIONE_Richiesta_autorizzazione_incarichi_extralavorativi - AREA PERSONALE E ORGANIZZAZIONE, MODULI_INTERNI", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE, MODULI_INTERNI" + }, + { + "tagModulo": "SCHEDA_DEST_LAV", + "label": "SCHEDA_DEST_LAV - AREA PERSONALE E ORGANIZZAZIONE, MODULI_INTERNI", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE, MODULI_INTERNI" + }, + { + "tagModulo": "PTA52_DICH_ASSENZA_CONFL", + "label": "PTA52_DICH_ASSENZA_CONFL - Area Personale e Organizzazione - Moduli post-assunzione", + "titolo": "Area Personale e Organizzazione - Moduli post-assunzione" + }, + { + "tagModulo": "PEV_2026_COLL_FUNZ", + "label": "PEV_2026_COLL_FUNZ - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "PEV_2026_OP_COLL", + "label": "PEV_2026_OP_COLL - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "PTA43_TRASF_A_PART-TIME", + "label": "PTA43_TRASF_A_PART-TIME - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "PTA44_TRASF_A_TEMPO_PIENO", + "label": "PTA44_TRASF_A_TEMPO_PIENO - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "PTA54_RICH_PERM_MATR", + "label": "PTA54_RICH_PERM_MATR - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "PTA55_COMN_AVVN_MATR", + "label": "PTA55_COMN_AVVN_MATR - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "Richiesta_autorizzazione_incarichi_extralavorativi", + "label": "Richiesta_autorizzazione_incarichi_extralavorativi - AREA PERSONALE E ORGANIZZAZIONE - PERSONALE", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - PERSONALE" + }, + { + "tagModulo": "BRIC_ATTIVAZIONE", + "label": "BRIC_ATTIVAZIONE - AREA PERSONALE E ORGANIZZAZIONE - RICERCA", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - RICERCA" + }, + { + "tagModulo": "IR_AZIONE_D_ATTIVAZIONE", + "label": "IR_AZIONE_D_ATTIVAZIONE - AREA PERSONALE E ORGANIZZAZIONE - RICERCA", + "titolo": "AREA PERSONALE E ORGANIZZAZIONE - RICERCA" + }, + { + "tagModulo": "PROPOSTA_CCT_DOCENTE", + "label": "PROPOSTA_CCT_DOCENTE - AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI", + "titolo": "AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI" + }, + { + "tagModulo": "PROPOSTA_CCT_DOCENTE_DEV", + "label": "PROPOSTA_CCT_DOCENTE_DEV - AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI", + "titolo": "AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI" + }, + { + "tagModulo": "PROPOSTA_CCT_OPERATORE", + "label": "PROPOSTA_CCT_OPERATORE - AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI", + "titolo": "AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI" + }, + { + "tagModulo": "PROPOSTA_CCT_OPERATORE_DEV", + "label": "PROPOSTA_CCT_OPERATORE_DEV - AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI", + "titolo": "AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI" + }, + { + "tagModulo": "RequestForm_RIPARTIZIONE_CCT_DOCENTE", + "label": "RequestForm_RIPARTIZIONE_CCT_DOCENTE - AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI", + "titolo": "AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI" + }, + { + "tagModulo": "RIPARTIZIONE_CCT_DSAN", + "label": "RIPARTIZIONE_CCT_DSAN - AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI", + "titolo": "AREA RICERCA E VALORIZZAZIONE - CONTRATTI E CONVENZIONI, MODULI_INTERNI" + }, + { + "tagModulo": "CANDIDATURA_INCARICHI_COLLAUDO", + "label": "CANDIDATURA_INCARICHI_COLLAUDO - AREA SERVIZI GENERALI E MONITORAGGIO - EDILIZIA", + "titolo": "AREA SERVIZI GENERALI E MONITORAGGIO - EDILIZIA" + }, + { + "tagModulo": "RICH_SUBAPP_SUBAFF_DIST_V2", + "label": "RICH_SUBAPP_SUBAFF_DIST_V2 - AREA SERVIZI GENERALI E MONITORAGGIO - EDILIZIA", + "titolo": "AREA SERVIZI GENERALI E MONITORAGGIO - EDILIZIA" + }, + { + "tagModulo": "GESTIONE_SITI_WEB_AGG_REF_TECNICO", + "label": "GESTIONE_SITI_WEB_AGG_REF_TECNICO - AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB", + "titolo": "AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB" + }, + { + "tagModulo": "GESTIONE_SITI_WEB_CHIUS_ANTICIP", + "label": "GESTIONE_SITI_WEB_CHIUS_ANTICIP - AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB", + "titolo": "AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB" + }, + { + "tagModulo": "GESTIONE_SITI_WEB_NUOVO", + "label": "GESTIONE_SITI_WEB_NUOVO - AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB", + "titolo": "AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB" + }, + { + "tagModulo": "GESTIONE_SITI_WEB_TRASF_RESP", + "label": "GESTIONE_SITI_WEB_TRASF_RESP - AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB", + "titolo": "AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB" + }, + { + "tagModulo": "RequestForm_GESTIONE_SITI_WEB_NUOVO", + "label": "RequestForm_GESTIONE_SITI_WEB_NUOVO - AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB", + "titolo": "AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB" + }, + { + "tagModulo": "Relazione_Annuale_Centro", + "label": "Relazione_Annuale_Centro - MODULI_INTERNI", + "titolo": "MODULI_INTERNI" + }, + { + "tagModulo": "MOD_A13_RICH_CERTIF", + "label": "MOD_A13_RICH_CERTIF - SEGRETERIA DIDATTICA", + "titolo": "SEGRETERIA DIDATTICA" + }, + { + "tagModulo": "FORMAZIONE_01", + "label": "FORMAZIONE_01 - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "FORMAZIONE_02", + "label": "FORMAZIONE_02 - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "MAMMI_MODULO_TESTING", + "label": "MAMMI_MODULO_TESTING - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "TEST", + "label": "TEST - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "TEST_ANTHESI_RSI", + "label": "TEST_ANTHESI_RSI - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "TEST_CIE", + "label": "TEST_CIE - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "TEST_IDEM", + "label": "TEST_IDEM - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "TEST_PAOLAZ", + "label": "TEST_PAOLAZ - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "TEST_SPID", + "label": "TEST_SPID - TEST", + "titolo": "TEST" + }, + { + "tagModulo": "RequestForm_EDILIZIA_RDA_MANUTENZIONE", + "label": "RequestForm_EDILIZIA_RDA_MANUTENZIONE - TEST,MODULI_INTERNI", + "titolo": "TEST,MODULI_INTERNI" + }, + { + "tagModulo": "RequestForm_FORM_03", + "label": "RequestForm_FORM_03 - TEST,MODULI_INTERNI", + "titolo": "TEST,MODULI_INTERNI" + }, + { + "tagModulo": "RequestForm_FORM_05", + "label": "RequestForm_FORM_05 - TEST,MODULI_INTERNI", + "titolo": "TEST,MODULI_INTERNI" + }, + { + "tagModulo": "ANTH_PDF_DINAMICO", + "label": "ANTH_PDF_DINAMICO - TEST,MODULI_INTERNI", + "titolo": "TEST,MODULI_INTERNI" + }, + { + "tagModulo": "RequestForm_FORM_04", + "label": "RequestForm_FORM_04 - TEST,MODULI_INTERNI", + "titolo": "TEST,MODULI_INTERNI" + } + ] + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules list.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules list.yml new file mode 100644 index 0000000..79b0032 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules list.yml @@ -0,0 +1,354 @@ +info: + name: elixPro - Get modules list + type: http + seq: 2 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimenti" + 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/procedimenti + method: GET + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 12:30:54 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: "4521" + - 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": [ + { + "id_object": 34108, + "procedimento_tag": "formazione_elixpro_studio", + "titolo": "Formazione elixPro Studio", + "attivo": true, + "last_update_ts": "2026-07-07T09:11:14.371528Z", + "moduli": [ + { + "tag_modulo": "RequestForm_FORM_05", + "gruppi_accesso_ids": [ + 104 + ], + "gruppi_accesso": [ + { + "id": 104, + "name": "Operatore di test" + } + ], + "gruppi_accesso_raw": "104" + } + ] + }, + { + "id_object": 17145, + "procedimento_tag": "procedimento_liqc", + "titolo": "Liquidazione compensi in conto terzi", + "attivo": true, + "last_update_ts": "2025-11-10T09:45:38.046463Z", + "moduli": [ + { + "tag_modulo": "RequestForm_RIPARTIZIONE_CCT_DOCENTE", + "gruppi_accesso_ids": [ + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82 + ], + "gruppi_accesso": [ + { + "id": 55, + "name": "Procedimento LIQC - Dip. Discipl. Umanistiche, Sociali e Imprese Cult." + }, + { + "id": 56, + "name": "Procedimento LIQC - Dip. Giurisprudenza, Studi Politici e Internazionali" + }, + { + "id": 57, + "name": "Procedimento LIQC - Dip. Ingegneria e Architettura" + }, + { + "id": 58, + "name": "Procedimento LIQC - Dip. Medicina e Chirurgia" + }, + { + "id": 59, + "name": "Procedimento LIQC - Dip. Sc. Chimiche, Vita e Sostenibilita' Ambientale" + }, + { + "id": 60, + "name": "Procedimento LIQC - Dip. Scienze Economiche e Aziendali" + }, + { + "id": 61, + "name": "Procedimento LIQC - Dip. Scienze Matematiche, Fisiche e Informatiche" + }, + { + "id": 62, + "name": "Procedimento LIQC - Dip. Scienze Medico-Veterinarie" + }, + { + "id": 63, + "name": "Procedimento LIQC - Dip. Scienze degli Alimenti e del Farmaco" + }, + { + "id": 64, + "name": "Procedimento LIQC - Dip. Ingegneria Sist. e Tec. DISTI" + }, + { + "id": 65, + "name": "Procedimento LIQC - Centri di Marina Cassano" + }, + { + "id": 66, + "name": "Procedimento LIQC - CSAC" + }, + { + "id": 67, + "name": "Procedimento LIQC - Centro Accoglienza e Inclusione (C.A.I)" + }, + { + "id": 68, + "name": "Procedimento LIQC - Centro Linguistico di Ateneo (C.L.A.)" + }, + { + "id": 69, + "name": "Procedimento LIQC - Centro Studi Catulliani - C.S.C." + }, + { + "id": 70, + "name": "Procedimento LIQC - Centro Servizi E- Learning" + }, + { + "id": 71, + "name": "Procedimento LIQC - Centro Serv. per Salute, Igiene Sicurezza lavoro" + }, + { + "id": 72, + "name": "Procedimento LIQC - CENTROACQUE.EU" + }, + { + "id": 73, + "name": "Procedimento LIQC - CERIT" + }, + { + "id": 74, + "name": "Procedimento LIQC - CAPAS" + }, + { + "id": 75, + "name": "Procedimento LIQC - UNIPR-CO LAB" + }, + { + "id": 76, + "name": "Procedimento LIQC - CeRS" + }, + { + "id": 77, + "name": "Procedimento LIQC - Centro Universitario di Odontoiatria" + }, + { + "id": 78, + "name": "Procedimento LIQC - MILC" + }, + { + "id": 79, + "name": "Procedimento LIQC - DISS" + }, + { + "id": 80, + "name": "Procedimento LIQC - SEM" + }, + { + "id": 81, + "name": "Procedimento LIQC - CeFID" + }, + { + "id": 82, + "name": "Procedimento LIQC - Dip. Test" + } + ], + "gruppi_accesso_raw": "55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82" + } + ] + }, + { + "id_object": 34093, + "procedimento_tag": "test_01", + "titolo": "Procedimento test", + "attivo": true, + "last_update_ts": "2026-07-07T08:07:08.199161Z", + "moduli": [ + { + "tag_modulo": "RequestForm_FORM_03", + "gruppi_accesso_ids": [ + 103 + ], + "gruppi_accesso": [ + { + "id": 103, + "name": "Test 01" + } + ], + "gruppi_accesso_raw": "103" + }, + { + "tag_modulo": "RequestForm_FORM_04", + "gruppi_accesso_ids": [ + 103 + ], + "gruppi_accesso": [ + { + "id": 103, + "name": "Test 01" + } + ], + "gruppi_accesso_raw": "103" + } + ] + }, + { + "id_object": 35281, + "procedimento_tag": "edilizia_rda_manutenzione_wf", + "titolo": "RIchiesta di Acquisto per Manutenzione", + "attivo": true, + "last_update_ts": "2026-07-23T12:38:06.015558Z", + "moduli": [ + { + "tag_modulo": "RequestForm_EDILIZIA_RDA_MANUTENZIONE", + "gruppi_accesso_ids": [ + 113, + 112, + 111, + 114 + ], + "gruppi_accesso": [ + { + "id": 113, + "name": "RDA MANUT - Area Edilizia - Dirigente" + }, + { + "id": 112, + "name": "RDA MANUT - Area Edilizia - Ufficio Tecnico" + }, + { + "id": 111, + "name": "RDA MANUT - Contabilita" + }, + { + "id": 114, + "name": "RDA MANUT - U.O.T. Acquisti" + } + ], + "gruppi_accesso_raw": "113,112,111,114" + } + ] + }, + { + "id_object": 34334, + "procedimento_tag": "gestione_siti_web_nuovo_wf", + "titolo": "Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico", + "attivo": true, + "last_update_ts": "2026-07-08T14:01:32.961486Z", + "moduli": [ + { + "tag_modulo": "RequestForm_GESTIONE_SITI_WEB_NUOVO", + "gruppi_accesso_ids": [ + 108, + 106, + 107 + ], + "gruppi_accesso": [ + { + "id": 108, + "name": "Gestione Siti Web - Autorizzatore" + }, + { + "id": 106, + "name": "Gestione Siti Web - U.O. Comunicazione" + }, + { + "id": 107, + "name": "Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura" + } + ], + "gruppi_accesso_raw": "108,106,107" + } + ] + }, + { + "id_object": 34498, + "procedimento_tag": "test_todelete", + "titolo": "ToDelete", + "attivo": true, + "last_update_ts": "2026-07-13T09:09:03.817427Z", + "moduli": [] + } + ], + "meta": { + "id_index_procedimento": 625, + "id_index_modulo": 630, + "query_family": "xmlindex.i_sidx_ (+ moduli su i_sidx_)" + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get procedimento (-).yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get procedimento (-).yml new file mode 100644 index 0000000..2281cbc --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get procedimento (-).yml @@ -0,0 +1,142 @@ +info: + name: elixPro - Get procedimento (?) + type: http + seq: 8 + +http: + method: GET + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento?id_object=34334" + params: + - name: id_object + value: "34334" + type: query + auth: inherit + +runtime: + scripts: + - type: tests + code: |- + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento?id_object=34334" + method: GET + params: + - name: id_object + value: "34334" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 13:35:32 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: "3135" + - 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": { + "index_row": { + "id_genericschema": 164762, + "offline": false, + "typology": "schemadata", + "id_object": 34334, + "obj_field": "ID_SCHEMADATA", + "id_link": 0, + "link_children": [ + 0 + ], + "link_parents": null, + "other_links": null, + "extendeddata": "
gestione_siti_web_nuovo_wfRichiesta di fornitura nuovo sottodominio ed eventuale sito web tematicotrue
", + "col0001": "gestione_siti_web_nuovo_wf", + "col0002": "Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico", + "col0004": true + }, + "id_object": 34334, + "id_genericschema": 164762, + "procedimento_tag": "gestione_siti_web_nuovo_wf", + "titolo": "Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico", + "attivo": true, + "last_update_ts": "2026-07-08T14:01:32.961486Z", + "moduli": [ + { + "index_row": { + "id_genericschema": 164763, + "offline": false, + "typology": "schemadata", + "id_object": 34334, + "obj_field": "ID_SCHEMADATA", + "id_link": 0, + "link_children": [ + 0 + ], + "link_parents": null, + "other_links": null, + "extendeddata": "
RequestForm_GESTIONE_SITI_WEB_NUOVO108,106,107
", + "col0001": "RequestForm_GESTIONE_SITI_WEB_NUOVO", + "col0002": "108,106,107" + }, + "tag_modulo": "RequestForm_GESTIONE_SITI_WEB_NUOVO", + "gruppi_accesso_ids": [ + 108, + 106, + 107 + ], + "gruppi_accesso": [ + { + "id": 108, + "name": "Gestione Siti Web - Autorizzatore" + }, + { + "id": 106, + "name": "Gestione Siti Web - U.O. Comunicazione" + }, + { + "id": 107, + "name": "Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura" + } + ], + "gruppi_accesso_raw": "108,106,107", + "id_genericschema": 164763, + "titolo_modulo": "AREA SISTEMI INFORMATIVI - GESTIONE SITI WEB" + } + ] + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Promote module to Production.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Promote module to Production.yml new file mode 100644 index 0000000..3718ad8 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Promote module to Production.yml @@ -0,0 +1,53 @@ +info: + name: elixPro - Promote module to Production + type: http + seq: 12 + +http: + method: POST + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento" + body: + type: json + data: |- + { + "procedureTag": "module_tag_XXX" + } + auth: inherit + +runtime: + scripts: + - type: tests + code: |- + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento" + method: POST + body: + type: json + data: |- + { + "procedureTag": "module_tag_XXX" + } + response: + status: 200 + statusText: OK + body: + type: text + data: |- + { + "ok": true + } diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Update associated groups.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Update associated groups.yml new file mode 100644 index 0000000..1ce4d52 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Update associated groups.yml @@ -0,0 +1,108 @@ +info: + name: elixPro - Update associated groups + type: http + seq: 10 + +http: + method: POST + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/modulo/update" + body: + type: json + data: |- + { + "idGenericschema": 999999, + "tagModulo": "RequestForm_EDILIZIA_RDA_MANUTENZIONE", + "groupIdsCsv": "113,112,111,114" + } + auth: inherit + +runtime: + scripts: + - type: tests + code: |- + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: "{{elixProStudioUrl}}/eP/elixpro-studio/api/elixpro/procedimento/modulo/update" + method: POST + body: + type: json + data: |- + { + "idGenericschema": 168022, + "tagModulo": "RequestForm_EDILIZIA_RDA_MANUTENZIONE", + "groupIdsCsv": "113,112,111,114" + } + response: + status: 200 + statusText: OK + headers: + - name: date + value: Mon, 31 Aug 2026 13:22:25 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: "11" + - 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 + } + +docs: | + # Richiesta + + ## Parametri + + ### idGenericschema + + Il parametro `idGenericschema` non è immediatamente identificabile dalle altre API. + + Per recuperare tale valore: + + 1. Chiamare la request _"elixPro - Get modules list"_ + 2. Nell'elenco dei risultati, cercare il modulo desiderato e annotare il valore della property `id_object` + 3. Andare sulla AJ Console e cercare l'oggetto avente valore pari a `id_object` + 4. Nel dettaglio selezionare lo schema _"WFModulo"_ e annotare il valore nella colonna _"ID Generic Schema"_ + + ### tagModulo + + Il parametro `tagModulo` indica quale TAG di modulo elixForms associare al flusso elixPro (a sua volta identificato indirettamente dal parametro `idGenericschema`!). + + ### groupIdsCsv + + Il parametro `groupIdsCsv` è una lista di valori separati da virgola i cui elementi identificano i gruppi da associare al flusso elixPro, cioé i gruppi i cui membri potranno lavorare le rispettive fasi del flusso. + + Gli identificativi dei gruppi sono gli ID così come sono visibili sul Backoffice, o recuperabili tramite la request _"elixPro - Get groups catalog"_. diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/folder.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/folder.yml new file mode 100644 index 0000000..86ae4a0 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/folder.yml @@ -0,0 +1,7 @@ +info: + name: elixPro Studio + type: folder + seq: 3 + +request: + auth: inherit diff --git a/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml b/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml index 51afa1c..5a5ffa2 100644 --- a/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml +++ b/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml @@ -3,17 +3,34 @@ color: "#2E8A54" variables: - name: elixFormsApiUrl value: https://procedure.unipr.it/eF/services/api + description: "" - name: elixFormsApiUsername value: "{{process.env.elixFormsApiUsername}}" + 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}}" - - name: elixFormsRootUrl + description: "" + - name: elixFormsConsoleUrl value: https://console-unipr.elixforms.it + description: "" - name: elixFormsConsoleUsername value: "{{process.env.elixFormsConsoleUsername}}" + description: "" - name: elixFormsConsolePassword value: "{{process.env.elixFormsConsolePassword}}" + description: "" + - name: elixProStudioUrl + value: https://unipr.elixforms.it + description: "" + - name: elixProStudioUsername + value: "{{process.env.elixProStudioUsername}}" + description: "" + - name: elixProStudioPassword + value: "{{process.env.elixProStudioPassword}}" + description: "" diff --git a/env.json.template b/env.json.template index 18c575f..b1f0265 100644 --- a/env.json.template +++ b/env.json.template @@ -1,10 +1,10 @@ { "Config": { "ExcludeFromBruno": [ - "elixFormsRootUrl", "elixFormsApiUrl", "elixFormsApiUrl_Default", - "elixFormsRootUrl", + "elixFormsConsoleUrl", + "elixProStudioUrl", "esse3apiRootUrl", "IdemApiUrl", "IrisApiUrl", @@ -16,12 +16,15 @@ "elixForms API v2": { "elixFormsApiUrl": "https://console-unipr.elixforms.it/eF/services/api", "elixFormsApiUrl_Default": "https://console-unipr.elixforms.it/eF/api", - "elixFormsRootUrl": "https://console-unipr.elixforms.it", + "elixFormsConsoleUrl": "https://console-unipr.elixforms.it", + "elixProStudioUrl": "https://unipr.elixforms.it", + "elixFormsWsAuthenticationToken": null, "elixFormsApiUsername": null, "elixFormsApiPassword": null, "elixFormsConsoleUsername": null, "elixFormsConsolePassword": null, - "elixFormsWsAuthenticationToken": null + "elixProStudioUsername": null, + "elixProStudioPassword": null }, "ESSE3 Anagrafica API": { "esse3apiRootUrl": "https://unipr2.esse3.pp.cineca.it/e3rest/api",