-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 2.0.6 for stable release
- Loading branch information
1 parent
70c2b52
commit 8028c1f
Showing
9 changed files
with
63 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ openapi: 3.0.0 | |
info: | ||
title: IFS01 - Educational offer / Offerta formativa | ||
x-summary: Acquire data on the courses active and offered by an institute in a given academic year. / Vuole acquisire i dati dei corsi attivi ed offerti da un Istituto in un dato anno accademico. | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Obtains the list of courses provided by a public university or AFAM. The data returned includes information on the individual courses offered. / Ottiene l'elenco dei corsi erogati da un'università o AFAM pubblica. I dati restituiti includono informazioni sui singoli corsi offerti. | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: http://swagger.io/terms/ | ||
license: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ info: | |
title: | | ||
IFS02 - Academic enrollments / Iscrizioni accademiche | ||
x-summary: Provides the detailed information regarding the enrollment of student at an university or AFAM / Fornisce le informazioni di dettaglio riguardanti le iscrizioni di una studentessa o uno studente all'università o AFAM | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Provides the detailed information regarding the enrollment of student at an university or AFAM / Fornisce le informazioni di dettaglio riguardanti le iscrizioni di una studentessa o uno studente all'università o AFAM | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ info: | |
x-summary: | | ||
Provides the detailed information regarding the academic qualification degrees got by the students at an university or AFAM / | ||
Fornisce le informazioni di dettaglio riguardanti i titoli conseguiti da una studentessa o uno studente all'università o AFAM | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Provides the detailed information regarding the academic qualification degrees got by the students at an university or AFAM / | ||
Fornisce le informazioni di dettaglio riguardanti i titoli conseguiti da una studentessa o uno studente all'università o AFAM | ||
contact: | ||
name: helpdesk | ||
email: [email protected].it | ||
name: Institute name | ||
email: formal.institute@email.it | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: http://swagger.io/terms/' | ||
license: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ openapi: 3.0.0 | |
info: | ||
title: IFS04 - Academic enrollments change request / Rettifica iscrizioni accademiche | ||
x-summary: Data academic enrollments change request / Richiede la rettifica dei dati delle iscrizioni accademiche | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Data academic enrollments change request / Richiede la rettifica dei dati delle iscrizioni accademiche | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|
@@ -578,70 +578,74 @@ components: | |
description: List of tudent academic enrollments / Elenco iscrizioni accademiche | ||
items: | ||
$ref: '#/components/schemas/change_request_status' | ||
change_request_detail: | ||
change_request_status: | ||
additionalProperties: false | ||
type: object | ||
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente | ||
properties: | ||
response_code: | ||
type: string | ||
description: response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti | ||
enum: | ||
- approved | ||
- rejected | ||
file_status: | ||
type: string | ||
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente | ||
nullable: true | ||
description: | | ||
Status of an academic enrollment change request for a student / | ||
Stato di una rettifica iscrizione per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica) | ||
enum: | ||
- approved | ||
- rejected | ||
- acquired | ||
- cancelled | ||
- null | ||
file_code: | ||
type: string | ||
description: enrollment change request code/ Codice Rettifica iscrizioni | ||
minLength: 1 | ||
maxLength: 256 | ||
nullable: true | ||
maxLength: 256 | ||
message: | ||
type: string | ||
description: Change request message output / Messaggio esito richiesta rettifica | ||
minLength: 1 | ||
maxLength: 256 | ||
required: | ||
- response_code | ||
- file_status | ||
- file_code | ||
- message | ||
change_request_status: | ||
- message | ||
change_request_detail: | ||
additionalProperties: false | ||
type: object | ||
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente | ||
properties: | ||
response_code: | ||
type: string | ||
description: | | ||
response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). | ||
Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti | ||
enum: | ||
- approved | ||
- rejected | ||
file_status: | ||
type: string | ||
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica) | ||
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente | ||
nullable: true | ||
enum: | ||
- approved | ||
- rejected | ||
- acquired | ||
- cancelled | ||
- null | ||
file_code: | ||
type: string | ||
description: enrollment change request code/ Codice Rettifica iscrizioni | ||
minLength: 1 | ||
maxLength: 256 | ||
maxLength: 256 | ||
nullable: true | ||
message: | ||
type: string | ||
description: Change request message output / Messaggio esito richiesta rettifica | ||
minLength: 1 | ||
maxLength: 256 | ||
required: | ||
- response_code | ||
- file_status | ||
- file_code | ||
- message | ||
- message | ||
issue_detail: | ||
additionalProperties: false | ||
type: object | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ openapi: 3.0.0 | |
info: | ||
title: IFS05 - Academic qualifications change request/ Rettifica dei titoli accademici | ||
x-summary: Data academic qualificatons change request / Richiede la rettifica dei titoli accademici | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Data academic qualificatons change request / Richiede la rettifica dei titoli accademici | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|
@@ -630,37 +630,27 @@ components: | |
type: object | ||
description: Status of an qualification change request for a student / Stato di una rettifica titolo per una studentessa o uno studente | ||
properties: | ||
response_code: | ||
type: string | ||
description: response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti | ||
enum: | ||
- approved | ||
- rejected | ||
file_status: | ||
type: string | ||
description: | | ||
Status of an academic qualification change request for a student / | ||
Stato di una rettifica iscrizione per una studentessa o uno studente | ||
nullable: true | ||
enum: | ||
- approved | ||
- rejected | ||
- acquired | ||
- cancelled | ||
- null | ||
- cancelled | ||
file_code: | ||
type: string | ||
description: change request qualification code/ Codice Rettifica titolo | ||
minLength: 1 | ||
maxLength: 256 | ||
nullable: true | ||
message: | ||
type: string | ||
description: Change request message output / Messaggio esito richiesta rettifica | ||
minLength: 1 | ||
maxLength: 256 | ||
required: | ||
- response_code | ||
- file_status | ||
- file_code | ||
- message | ||
|
@@ -669,25 +659,37 @@ components: | |
type: object | ||
description: Status of an qualification change request for a student / Stato di una rettifica titolo per una studentessa o uno studente | ||
properties: | ||
response_code: | ||
type: string | ||
description: | | ||
response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). | ||
Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti | ||
enum: | ||
- approved | ||
- rejected | ||
file_status: | ||
type: string | ||
description: Status of an academic qualification change request for a student / Stato di una rettifica Titolo per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica) | ||
nullable: true | ||
enum: | ||
- approved | ||
- rejected | ||
- acquired | ||
- cancelled | ||
- null | ||
file_code: | ||
type: string | ||
description: change request qualification code/ Codice Rettifica titolo | ||
minLength: 1 | ||
maxLength: 256 | ||
maxLength: 256 | ||
nullable: true | ||
message: | ||
type: string | ||
description: Change request message output / Messaggio esito richiesta rettifica | ||
minLength: 1 | ||
maxLength: 256 | ||
required: | ||
- response_code | ||
- file_status | ||
- file_code | ||
- message | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ info: | |
title: IFS06 - Changes in academic enrolments/ Variazioni nelle iscrizioni accademiche | ||
x-summary: | | ||
Retrieve the changes in academic enrollments / Ottiene le variazioni delle iscrizioni accademiche | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Retrieve the changes in academic enrollments / Ottiene le variazioni delle iscrizioni accademiche | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ info: | |
title: IFS07 - Changes in academic qualifications / Variazioni nei titoli accademici | ||
x-summary: | | ||
Retrieve the changes in academic qualifications / Ottiene le variazioni dei titoli accademici | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Retrieve the changes in academic qualifications / Ottiene le variazioni dei titoli accademici | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ info: | |
title: IFS08 - Academic enrollments by ISEE / Iscrizioni accademiche per fasce ISEE | ||
x-summary: | | ||
Retrieve the number of academic enrollments by ISEE / Ottiene il numero di iscrizioni accademiche per fasce ISEE | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Retrieve the number of academic enrollments by ISEE / Ottiene il numero di iscrizioni accademiche per fasce ISEE | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ info: | |
title: IFS09 - Academic enrollments by degree course / Iscrizioni accademiche per corso di studi | ||
x-summary: | | ||
Retrieve the number of academic enrollments by degree course / Ottiene il numero di iscrizioni accademiche per corso di studi | ||
version: 2.0.6-rc | ||
version: 2.0.6 | ||
description: | | ||
Retrieve the number of academic enrollments by degree course / Ottiene il numero di iscrizioni accademiche per corso di studi | ||
contact: | ||
name: helpdesk | ||
email: [email protected] | ||
name: Institute name | ||
email: [email protected] | ||
x-api-id: 00000000-0000-0000-0000-000000000000 | ||
termsOfService: 'http://swagger.io/terms/' | ||
license: | ||
|