add other collections

This commit is contained in:
2026-02-18 15:04:39 +01:00
parent 2980a31d86
commit 136dc82ab2
136 changed files with 173569 additions and 0 deletions
@@ -0,0 +1,45 @@
info:
name: "Set Request Status: Incomplete"
type: http
seq: 11
http:
method: POST
url: "{{elixFormsApiUrl}}/request/:request_id/set-status/v1"
headers:
- name: x-requested-with
value: XMLHttpRequest
params:
- name: request_id
value: "6085"
type: path
body:
type: form-urlencoded
data:
- name: username
value: "{{elixFormsApiUsername}}"
- name: requestStatus
value: ""
description: "nuovo stato della request, possibili valori: SUBMITTED, PROCESSED"
disabled: true
- name: swfOptionKey
value: ""
description: |-
indice del valore associato al SWF che si desidera impostare
più chiaramente, si suppone che il modulo associato alla richiesta abbia un SWF impostato, cioè avente degli stati personalizzati, e che esista un campo SELECT contenente tali stati: il valore indicato da questo parametro è l'indice (base 1) del nuovo stato personalizzato che si vuole impostare
disabled: true
- name: properties
value: '[{"key":"COL0004","value":"cambio stato manuale"},{"key":"COL0002","value":"31-03-2025"}]'
description: |-
mappa chiave,valore/i aggiuntivo/i in formato json (url-encoding richiesto in UTF-8)
il formato è del tipo: `[{"key":"COL0004","value":"cambio stato manuale"},{"key":"COL0002","value":"31-03-2025"}]`
disabled: true
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5