From 1257d835d3e9834147fa927ef156ce1dd858d12c Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Mon, 31 Aug 2026 14:39:55 +0200 Subject: [PATCH] group requests by console --- ...ole - Get Object Title (GENERICSCHEMA).yml | 4 +- ...onsole - Get Object Title (SCHEMADATA).yml | 4 +- .../AJ Console - Save Object.yml | 4 +- .../AJ Console - Search schemas.yml | 2 +- .../Creazione Moduli - Export Module.yml | 4 +- .../Gestione Schede - Get all schemas.yml | 2 +- .../Console UI/AJ Console/folder.yml | 7 + .../Backoffice - Create Group.yml | 4 +- .../Backoffice - Dashboard.yml | 2 +- .../Backoffice - Save Group.yml | 2 +- .../{ => Backoffice}/Login - Backoffice.yml | 0 .../Console UI/Backoffice/folder.yml | 7 + .../Console UI/Login - Gestione Schede.yml | 2 +- .../Login - elixPro Studio.yml | 2 +- .../elixPro Studio/elixPro - Get logs.yml | 2279 +++++++++++++++++ .../elixPro - Get module code.yml | 2 +- .../elixPro - Get modules list.yml | 354 +++ .../Console UI/elixPro Studio/folder.yml | 7 + 18 files changed, 2676 insertions(+), 12 deletions(-) rename bruno/collections/elixForms API v2/Console UI/{ => AJ Console}/AJ Console - Get Object Title (GENERICSCHEMA).yml (98%) rename bruno/collections/elixForms API v2/Console UI/{ => AJ Console}/AJ Console - Get Object Title (SCHEMADATA).yml (98%) rename bruno/collections/elixForms API v2/Console UI/{ => AJ Console}/AJ Console - Save Object.yml (99%) rename bruno/collections/elixForms API v2/Console UI/{ => AJ Console}/AJ Console - Search schemas.yml (99%) rename bruno/collections/elixForms API v2/Console UI/{ => AJ Console}/Creazione Moduli - Export Module.yml (99%) rename bruno/collections/elixForms API v2/Console UI/{ => AJ Console}/Gestione Schede - Get all schemas.yml (99%) create mode 100644 bruno/collections/elixForms API v2/Console UI/AJ Console/folder.yml rename bruno/collections/elixForms API v2/Console UI/{ => Backoffice}/Backoffice - Create Group.yml (99%) rename bruno/collections/elixForms API v2/Console UI/{ => Backoffice}/Backoffice - Dashboard.yml (99%) rename bruno/collections/elixForms API v2/Console UI/{ => Backoffice}/Backoffice - Save Group.yml (99%) rename bruno/collections/elixForms API v2/Console UI/{ => Backoffice}/Login - Backoffice.yml (100%) create mode 100644 bruno/collections/elixForms API v2/Console UI/Backoffice/folder.yml rename bruno/collections/elixForms API v2/Console UI/{ => elixPro Studio}/Login - elixPro Studio.yml (99%) create mode 100644 bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml rename bruno/collections/elixForms API v2/Console UI/{ => elixPro Studio}/elixPro - Get module code.yml (99%) create mode 100644 bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get modules list.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/elixPro Studio/folder.yml 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 98% 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..eaa399c 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,7 +1,7 @@ info: name: AJ Console - Get Object Title (GENERICSCHEMA) type: http - seq: 6 + seq: 2 http: method: GET @@ -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 98% 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..bd574ce 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,7 +1,7 @@ info: name: AJ Console - Get Object Title (SCHEMADATA) type: http - seq: 5 + seq: 2 http: method: GET @@ -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 99% 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..c73a030 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,7 +1,7 @@ info: name: AJ Console - Save Object type: http - seq: 7 + seq: 2 http: method: POST @@ -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 99% 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..8e19cdb 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,7 +1,7 @@ info: name: AJ Console - Search schemas type: http - seq: 4 + seq: 2 http: method: GET 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..5730387 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,7 +1,7 @@ info: name: Creazione Moduli - Export Module type: http - seq: 8 + seq: 2 http: method: GET @@ -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..5d4e29a 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,7 +1,7 @@ info: name: Gestione Schede - Get all schemas type: http - seq: 3 + seq: 2 http: method: GET 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..af9ced0 --- /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: 3 + +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 99% 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..6c5a14f 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,7 +1,7 @@ info: name: Backoffice - Create Group type: http - seq: 9 + seq: 3 http: method: POST @@ -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 99% 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..372bcc7 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,7 +1,7 @@ info: name: Backoffice - Dashboard type: http - seq: 11 + seq: 2 http: method: GET 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..7b47399 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,7 +1,7 @@ info: name: Backoffice - Save Group type: http - seq: 10 + seq: 4 http: method: POST 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 100% 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 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..79c4750 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice/folder.yml @@ -0,0 +1,7 @@ +info: + name: Backoffice + type: folder + seq: 2 + +request: + auth: inherit diff --git a/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml b/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml index 8b9d19f..374b7ff 100644 --- a/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml +++ b/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml @@ -1,7 +1,7 @@ info: name: Login - Gestione Schede type: http - seq: 2 + seq: 1 http: method: GET diff --git a/bruno/collections/elixForms API v2/Console UI/Login - elixPro Studio.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/Login - elixPro Studio.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/Login - elixPro Studio.yml rename to bruno/collections/elixForms API v2/Console UI/elixPro Studio/Login - elixPro Studio.yml index 17db317..4736fd6 100644 --- a/bruno/collections/elixForms API v2/Console UI/Login - elixPro Studio.yml +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/Login - elixPro Studio.yml @@ -1,7 +1,7 @@ info: name: Login - elixPro Studio type: http - seq: 12 + seq: 8 http: method: POST 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..407dc23 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml @@ -0,0 +1,2279 @@ +info: + name: elixPro - Get logs + type: http + seq: 8 + +http: + method: GET + url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixlog?recent=1&offset=0&limit=200 + params: + - name: recent + value: "1" + type: query + - name: offset + value: "0" + type: query + - name: limit + value: "200" + 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/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 - Get module code.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module code.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/elixPro - Get module code.yml rename to bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module code.yml index 7d3f615..3d09efc 100644 --- a/bruno/collections/elixForms API v2/Console UI/elixPro - Get module code.yml +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get module code.yml @@ -1,7 +1,7 @@ info: name: elixPro - Get module code type: http - seq: 13 + seq: 8 http: method: GET 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..f11f159 --- /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: 8 + +http: + method: GET + url: https://unipr.elixforms.it/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/folder.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/folder.yml new file mode 100644 index 0000000..1caa79f --- /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: 4 + +request: + auth: inherit