add initial ESSE3 collections
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
info:
|
||||
name: getValidaFlgFoto
|
||||
type: http
|
||||
seq: 21
|
||||
tags:
|
||||
- persone
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/persone/:persId/validaFoto"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/persone/:persId/validaFoto"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/persone/:persId/validaFoto"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 422
|
||||
statusText: Unprocessable Entity
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
|
||||
docs: |
|
||||
<span class="e3rest-operation-auth-img-list"><img src="basic.png"/><img src="jwt.png"/></span>Recupero dello stato del flag di validazione di una foto relativa ad una singola persona presente a sistema ed identificata dal persid
|
||||
|
||||
|
||||
**Estensioni:**
|
||||
|
||||
Codice Estensione|Valore|Nota
|
||||
-|-|-
|
||||
x-cache-type|lowRefreshRateUserIndependent|Risorsa che varia con frequenza bassa, cache Http abilitata, cache server abilitata. Maggiori dettagli [qui](https://wiki.u-gov.it/confluence/display/ESSE3/Servizi+REST+su+ESSE3#ServiziRESTsuESSE3-Cachingdellerichieste)
|
||||
|
||||
|
||||
**Controlli di sicurezza:**
|
||||
======
|
||||
_Nota: Il controllo per utente è verificato quando viene passato almeno uno dei controlli previsti_
|
||||
|
||||
**Utente: USER_TECNICO**
|
||||
|
||||
Profilo|Controllo| Funzione
|
||||
-|-|-
|
||||
UTENTE_TECNICO|funzione accessibile alle utenze tecniche per accessi ai servizi REST|Security.checkUserTecnico()
|
||||
|
||||
**Utente: STUDENTE**
|
||||
|
||||
Profilo|Controllo| Funzione
|
||||
-|-|-
|
||||
STUDENTE|Permette la visualizzazione delle informazioni della persona dello studente|Security.checkStuPersId(persId)
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
Reference in New Issue
Block a user