move bruno collections in own folder
This commit is contained in:
+128
@@ -0,0 +1,128 @@
|
||||
info:
|
||||
name: cancellazione allegato al documento di identità
|
||||
type: http
|
||||
seq: 6
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: DELETE
|
||||
url: "{{baseUrl}}/allegati/docPers/:docPersId"
|
||||
params:
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo documento identità
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo allegato
|
||||
- name: persId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo della persona
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 204 Response
|
||||
description: Delete succeded
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/docPers/:docPersId"
|
||||
method: DELETE
|
||||
params:
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo documento identità
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo allegato
|
||||
- name: persId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo della persona
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
response:
|
||||
status: 204
|
||||
statusText: No Content
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Parametri errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/docPers/:docPersId"
|
||||
method: DELETE
|
||||
params:
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo documento identità
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo allegato
|
||||
- name: persId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo della persona
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
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>consente di effettuare la cancellazione dell'allegato relativo al documento di identità
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+113
@@ -0,0 +1,113 @@
|
||||
info:
|
||||
name: cancellazione allegato al tratto di carriera
|
||||
type: http
|
||||
seq: 5
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: DELETE
|
||||
url: "{{baseUrl}}/allegati/carriere/:matId"
|
||||
params:
|
||||
- name: matId
|
||||
value: ""
|
||||
type: path
|
||||
description: Identificativo tratto carriera studente
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo allegato
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 204 Response
|
||||
description: Delete succeded
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/carriere/:matId"
|
||||
method: DELETE
|
||||
params:
|
||||
- name: matId
|
||||
value: ""
|
||||
type: path
|
||||
description: Identificativo tratto carriera studente
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo allegato
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
response:
|
||||
status: 204
|
||||
statusText: No Content
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Parametri errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/carriere/:matId"
|
||||
method: DELETE
|
||||
params:
|
||||
- name: matId
|
||||
value: ""
|
||||
type: path
|
||||
description: Identificativo tratto carriera studente
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo allegato
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
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>consente di effettuare la cancellazione dell'allegato legato al tratto di carriera
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
@@ -0,0 +1,7 @@
|
||||
info:
|
||||
name: allegati
|
||||
type: folder
|
||||
seq: 1
|
||||
|
||||
request:
|
||||
auth: inherit
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato dichiarazione handicap
|
||||
type: http
|
||||
seq: 8
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDicHand/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDicHand/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDicHand/"
|
||||
method: POST
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato documento identità
|
||||
type: http
|
||||
seq: 10
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
method: POST
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato foto della persona
|
||||
type: http
|
||||
seq: 11
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiFotoPersona/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiFotoPersona/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiFotoPersona/"
|
||||
method: POST
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato matricola
|
||||
type: http
|
||||
seq: 19
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:stuId/allegatiMatricola/"
|
||||
params:
|
||||
- name: stuId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della carriera
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:stuId/allegatiMatricola/"
|
||||
method: POST
|
||||
params:
|
||||
- name: stuId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della carriera
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:stuId/allegatiMatricola/"
|
||||
method: POST
|
||||
params:
|
||||
- name: stuId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della carriera
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato maturità
|
||||
type: http
|
||||
seq: 13
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
method: POST
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato relativo ad un autorizzato
|
||||
type: http
|
||||
seq: 2
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiAutorizzato/"
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiAutorizzato/"
|
||||
method: POST
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiAutorizzato/"
|
||||
method: POST
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato relativo ad un documento d'identità di un autorizzato
|
||||
type: http
|
||||
seq: 4
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiDocPers/"
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiDocPers/"
|
||||
method: POST
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiDocPers/"
|
||||
method: POST
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato titolo universitario italiano
|
||||
type: http
|
||||
seq: 15
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitIt/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitIt/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitIt/"
|
||||
method: POST
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato titolo universitario straniero
|
||||
type: http
|
||||
seq: 17
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitStra/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitStra/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitStra/"
|
||||
method: POST
|
||||
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>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+203
@@ -0,0 +1,203 @@
|
||||
info:
|
||||
name: recupero metadati allegati dichiarazioni handicap
|
||||
type: http
|
||||
seq: 7
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDicHand/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: tipoHandicap
|
||||
value: ""
|
||||
type: query
|
||||
description: tipo di handicap
|
||||
- name: dataDichiar
|
||||
value: ""
|
||||
type: query
|
||||
description: data della dichiarazione
|
||||
disabled: true
|
||||
- name: dataIni
|
||||
value: ""
|
||||
type: query
|
||||
description: data di inizio invalidità
|
||||
disabled: true
|
||||
- name: dataFine
|
||||
value: ""
|
||||
type: query
|
||||
description: data di fine invalidità
|
||||
disabled: true
|
||||
- name: dicHandId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo dichiarazione invalidità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDicHand/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: tipoHandicap
|
||||
value: ""
|
||||
type: query
|
||||
description: tipo di handicap
|
||||
- name: dataDichiar
|
||||
value: ""
|
||||
type: query
|
||||
description: data della dichiarazione
|
||||
disabled: true
|
||||
- name: dataIni
|
||||
value: ""
|
||||
type: query
|
||||
description: data di inizio invalidità
|
||||
disabled: true
|
||||
- name: dataFine
|
||||
value: ""
|
||||
type: query
|
||||
description: data di fine invalidità
|
||||
disabled: true
|
||||
- name: dicHandId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo dichiarazione invalidità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDicHand/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: tipoHandicap
|
||||
value: ""
|
||||
type: query
|
||||
description: tipo di handicap
|
||||
- name: dataDichiar
|
||||
value: ""
|
||||
type: query
|
||||
description: data della dichiarazione
|
||||
disabled: true
|
||||
- name: dataIni
|
||||
value: ""
|
||||
type: query
|
||||
description: data di inizio invalidità
|
||||
disabled: true
|
||||
- name: dataFine
|
||||
value: ""
|
||||
type: query
|
||||
description: data di fine invalidità
|
||||
disabled: true
|
||||
- name: dicHandId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo dichiarazione invalidità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati delle dichiarazioni di handicap. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+158
@@ -0,0 +1,158 @@
|
||||
info:
|
||||
name: recupero metadati allegati documento identità
|
||||
type: http
|
||||
seq: 9
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: docIdentTipoCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo di documento d'identità (CI - Carta Identità, PAT - Patente, PAS - Passaporto)
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo documento identità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: docIdentTipoCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo di documento d'identità (CI - Carta Identità, PAT - Patente, PAS - Passaporto)
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo documento identità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: docIdentTipoCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo di documento d'identità (CI - Carta Identità, PAT - Patente, PAS - Passaporto)
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo documento identità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati del documento identità. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+131
@@ -0,0 +1,131 @@
|
||||
info:
|
||||
name: recupero metadati allegati matricola
|
||||
type: http
|
||||
seq: 18
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:stuId/allegatiMatricola/"
|
||||
params:
|
||||
- name: stuId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della carriera
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:stuId/allegatiMatricola/"
|
||||
method: GET
|
||||
params:
|
||||
- name: stuId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della carriera
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:stuId/allegatiMatricola/"
|
||||
method: GET
|
||||
params:
|
||||
- name: stuId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della carriera
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati della matricola. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+173
@@ -0,0 +1,173 @@
|
||||
info:
|
||||
name: recupero metadati allegati maturità
|
||||
type: http
|
||||
seq: 12
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: annoMaturita
|
||||
value: ""
|
||||
type: query
|
||||
description: anno di maturità, coincide con l'anno solare della data di conseguimento del diploma. Per esempio, anno scolastico 2019/2020, l'anno di diploma è 2020
|
||||
- name: idDiplomaMiur
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo diploma MIUR
|
||||
disabled: true
|
||||
- name: dataMaturita
|
||||
value: ""
|
||||
type: query
|
||||
description: data di maturità
|
||||
disabled: true
|
||||
- name: maturId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo della maturità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: annoMaturita
|
||||
value: ""
|
||||
type: query
|
||||
description: anno di maturità, coincide con l'anno solare della data di conseguimento del diploma. Per esempio, anno scolastico 2019/2020, l'anno di diploma è 2020
|
||||
- name: idDiplomaMiur
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo diploma MIUR
|
||||
disabled: true
|
||||
- name: dataMaturita
|
||||
value: ""
|
||||
type: query
|
||||
description: data di maturità
|
||||
disabled: true
|
||||
- name: maturId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo della maturità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: annoMaturita
|
||||
value: ""
|
||||
type: query
|
||||
description: anno di maturità, coincide con l'anno solare della data di conseguimento del diploma. Per esempio, anno scolastico 2019/2020, l'anno di diploma è 2020
|
||||
- name: idDiplomaMiur
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo diploma MIUR
|
||||
disabled: true
|
||||
- name: dataMaturita
|
||||
value: ""
|
||||
type: query
|
||||
description: data di maturità
|
||||
disabled: true
|
||||
- name: maturId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo della maturità
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati di maturità. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+131
@@ -0,0 +1,131 @@
|
||||
info:
|
||||
name: recupero metadati allegati relativi ad un autorizzato
|
||||
type: http
|
||||
seq: 1
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiAutorizzato/"
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiAutorizzato/"
|
||||
method: GET
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiAutorizzato/"
|
||||
method: GET
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati relativi ad un autorizzato. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+158
@@ -0,0 +1,158 @@
|
||||
info:
|
||||
name: recupero metadati allegati relativi ai documenti d'identità di un autorizzato
|
||||
type: http
|
||||
seq: 3
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiDocPers/"
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
- name: docIdentTipoCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo di documento d'identità (CI - Carta Identità, PAT - Patente, PAS - Passaporto)
|
||||
- name: autDocPersId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo documento identità autorizzato
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiDocPers/"
|
||||
method: GET
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
- name: docIdentTipoCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo di documento d'identità (CI - Carta Identità, PAT - Patente, PAS - Passaporto)
|
||||
- name: autDocPersId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo documento identità autorizzato
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/autorizzati/:autorizzatoId/allegatiDocPers/"
|
||||
method: GET
|
||||
params:
|
||||
- name: autorizzatoId
|
||||
value: ""
|
||||
type: path
|
||||
description: id dell'autorizzato
|
||||
- name: docIdentTipoCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo di documento d'identità (CI - Carta Identità, PAT - Patente, PAS - Passaporto)
|
||||
- name: autDocPersId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo documento identità autorizzato
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: webVisFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta visibile da web o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati relativi ai documenti d'identità di un autorizzato. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+158
@@ -0,0 +1,158 @@
|
||||
info:
|
||||
name: recupero metadati allegati titoli universitari italiani
|
||||
type: http
|
||||
seq: 14
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitIt/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: tipoTititCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo titolo italiano
|
||||
- name: aaConsegTit
|
||||
value: ""
|
||||
type: query
|
||||
description: Anno Accademico di conseguimento del titolo
|
||||
disabled: true
|
||||
- name: titItId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo del titolo
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitIt/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: tipoTititCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo titolo italiano
|
||||
- name: aaConsegTit
|
||||
value: ""
|
||||
type: query
|
||||
description: Anno Accademico di conseguimento del titolo
|
||||
disabled: true
|
||||
- name: titItId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo del titolo
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitIt/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: tipoTititCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo titolo italiano
|
||||
- name: aaConsegTit
|
||||
value: ""
|
||||
type: query
|
||||
description: Anno Accademico di conseguimento del titolo
|
||||
disabled: true
|
||||
- name: titItId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo del titolo
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati dei titoli universitari italiani. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
+158
@@ -0,0 +1,158 @@
|
||||
info:
|
||||
name: recupero metadati allegati titoli universitari stranieri
|
||||
type: http
|
||||
seq: 16
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitStra/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: aaConsegTit
|
||||
value: ""
|
||||
type: query
|
||||
description: Anno Accademico di conseguimento del titolo
|
||||
- name: tipoTitstCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo titolo straniero
|
||||
disabled: true
|
||||
- name: titStraId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo del titolo straniero
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitStra/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: aaConsegTit
|
||||
value: ""
|
||||
type: query
|
||||
description: Anno Accademico di conseguimento del titolo
|
||||
- name: tipoTitstCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo titolo straniero
|
||||
disabled: true
|
||||
- name: titStraId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo del titolo straniero
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
response:
|
||||
status: 200
|
||||
statusText: OK
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: parametri Errati
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiTitStra/"
|
||||
method: GET
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: aaConsegTit
|
||||
value: ""
|
||||
type: query
|
||||
description: Anno Accademico di conseguimento del titolo
|
||||
- name: tipoTitstCod
|
||||
value: ""
|
||||
type: query
|
||||
description: codice tipo titolo straniero
|
||||
disabled: true
|
||||
- name: titStraId
|
||||
value: ""
|
||||
type: query
|
||||
description: identificativo del titolo straniero
|
||||
disabled: true
|
||||
- name: tipologiaAllegato
|
||||
value: ""
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: validoFlg
|
||||
value: ""
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
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>consente di recuperare i metadati degli allegati dei titoli universitari stranieri. Il blob dell'allegato può essere scaricato tramite l'api degli allegati utilizzando l'allegatoId e ed il tipoAssAllegato recuperato con questo servizio.
|
||||
|
||||
**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()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
Reference in New Issue
Block a user