GET api/mims/diagnosi?matricola={matricola}&pw={pw}&aggiornaDb={aggiornaDb}&usaPin={usaPin}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matricola | string |
Required |
|
| pw | string |
Required |
|
| aggiornaDb | boolean |
Default value is False |
|
| usaPin | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
DiagnosiPasswordResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Matricola | string |
None. |
|
| DataDiagnosi | date |
None. |
|
| UrlAutenticazione | string |
None. |
|
| UrlIUV | string |
None. |
|
| UrlSaldo | string |
None. |
|
| UserSoftwareHouse | string |
None. |
|
| UrlRedirect | string |
None. |
|
| RecordTrovato | boolean |
None. |
|
| PasswordDBConcordante | boolean |
None. |
|
| PasswordScadutaSuDB | boolean |
None. |
|
| TentativiDB | integer |
None. |
|
| HaVecchiaPassword | boolean |
None. |
|
| Step0Eseguito | boolean |
None. |
|
| Step0OK | boolean |
None. |
|
| Step0PinUsato | boolean |
None. |
|
| Step0CreditoResiduo | integer |
None. |
|
| Step0Errore | string |
None. |
|
| Step0RispostaRaw | string |
None. |
|
| Step0RichiestaRaw | string |
None. |
|
| Step0Timestamp | date |
None. |
|
| Step1Eseguito | boolean |
None. |
|
| Step1OK | boolean |
None. |
|
| Step1TokenIdOttenuto | boolean |
None. |
|
| Step1Realm | string |
None. |
|
| Step1Errore | string |
None. |
|
| Step1Timestamp | date |
None. |
|
| Step2Eseguito | boolean |
None. |
|
| Step2OK | boolean |
None. |
|
| Step2CodeOttenuto | boolean |
None. |
|
| Step2Log | string |
None. |
|
| Step2Errore | string |
None. |
|
| Step2Timestamp | date |
None. |
|
| Step3Eseguito | boolean |
None. |
|
| Step3OK | boolean |
None. |
|
| Step3TokenOttenuto | boolean |
None. |
|
| Step3ExpiresIn | integer |
None. |
|
| Step3Scadenza | date |
None. |
|
| Step3Errore | string |
None. |
|
| Step3Timestamp | date |
None. |
|
| Step4Eseguito | boolean |
None. |
|
| Step4OK | boolean |
None. |
|
| Step4NumeroPratiche | integer |
None. |
|
| Step4Errore | string |
None. |
|
| Step4Timestamp | date |
None. |
|
| VecchiaPasswordTestata | boolean |
None. |
|
| VecchiaPasswordStep1OK | boolean |
None. |
|
| VecchiaPasswordStep2OK | boolean |
None. |
|
| VecchiaPasswordStep3OK | boolean |
None. |
|
| VecchiaPasswordErrore | string |
None. |
|
| AggiornamentoDBRichiesto | boolean |
None. |
|
| AggiornamentoDBEseguito | boolean |
None. |
|
| AggiornamentoDBErrore | string |
None. |
|
| AuthCompleta | boolean |
None. |
|
| Diagnosi | string |
None. |
|
| Suggerimento | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Matricola": "sample string 1",
"DataDiagnosi": "2026-05-31T18:37:00.0982948+02:00",
"UrlAutenticazione": "sample string 3",
"UrlIUV": "sample string 4",
"UrlSaldo": "sample string 5",
"UserSoftwareHouse": "sample string 6",
"UrlRedirect": "sample string 7",
"RecordTrovato": true,
"PasswordDBConcordante": true,
"PasswordScadutaSuDB": true,
"TentativiDB": 1,
"HaVecchiaPassword": true,
"Step0Eseguito": true,
"Step0OK": true,
"Step0PinUsato": true,
"Step0CreditoResiduo": 1,
"Step0Errore": "sample string 15",
"Step0RispostaRaw": "sample string 16",
"Step0RichiestaRaw": "sample string 17",
"Step0Timestamp": "2026-05-31T18:37:00.0982948+02:00",
"Step1Eseguito": true,
"Step1OK": true,
"Step1TokenIdOttenuto": true,
"Step1Realm": "sample string 21",
"Step1Errore": "sample string 22",
"Step1Timestamp": "2026-05-31T18:37:00.0982948+02:00",
"Step2Eseguito": true,
"Step2OK": true,
"Step2CodeOttenuto": true,
"Step2Log": "sample string 26",
"Step2Errore": "sample string 27",
"Step2Timestamp": "2026-05-31T18:37:00.1026539+02:00",
"Step3Eseguito": true,
"Step3OK": true,
"Step3TokenOttenuto": true,
"Step3ExpiresIn": 31,
"Step3Scadenza": "2026-05-31T18:37:00.1026539+02:00",
"Step3Errore": "sample string 32",
"Step3Timestamp": "2026-05-31T18:37:00.1031581+02:00",
"Step4Eseguito": true,
"Step4OK": true,
"Step4NumeroPratiche": 35,
"Step4Errore": "sample string 36",
"Step4Timestamp": "2026-05-31T18:37:00.1031581+02:00",
"VecchiaPasswordTestata": true,
"VecchiaPasswordStep1OK": true,
"VecchiaPasswordStep2OK": true,
"VecchiaPasswordStep3OK": true,
"VecchiaPasswordErrore": "sample string 41",
"AggiornamentoDBRichiesto": true,
"AggiornamentoDBEseguito": true,
"AggiornamentoDBErrore": "sample string 44",
"AuthCompleta": true,
"Diagnosi": "sample string 46",
"Suggerimento": "sample string 47"
}
application/xml, text/xml
Sample:
<DiagnosiPasswordResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PagoPaApi"> <AggiornamentoDBErrore>sample string 44</AggiornamentoDBErrore> <AggiornamentoDBEseguito>true</AggiornamentoDBEseguito> <AggiornamentoDBRichiesto>true</AggiornamentoDBRichiesto> <AuthCompleta>true</AuthCompleta> <DataDiagnosi>2026-05-31T18:37:00.0982948+02:00</DataDiagnosi> <Diagnosi>sample string 46</Diagnosi> <HaVecchiaPassword>true</HaVecchiaPassword> <Matricola>sample string 1</Matricola> <PasswordDBConcordante>true</PasswordDBConcordante> <PasswordScadutaSuDB>true</PasswordScadutaSuDB> <RecordTrovato>true</RecordTrovato> <Step0CreditoResiduo>1</Step0CreditoResiduo> <Step0Errore>sample string 15</Step0Errore> <Step0Eseguito>true</Step0Eseguito> <Step0OK>true</Step0OK> <Step0PinUsato>true</Step0PinUsato> <Step0RichiestaRaw>sample string 17</Step0RichiestaRaw> <Step0RispostaRaw>sample string 16</Step0RispostaRaw> <Step0Timestamp>2026-05-31T18:37:00.0982948+02:00</Step0Timestamp> <Step1Errore>sample string 22</Step1Errore> <Step1Eseguito>true</Step1Eseguito> <Step1OK>true</Step1OK> <Step1Realm>sample string 21</Step1Realm> <Step1Timestamp>2026-05-31T18:37:00.0982948+02:00</Step1Timestamp> <Step1TokenIdOttenuto>true</Step1TokenIdOttenuto> <Step2CodeOttenuto>true</Step2CodeOttenuto> <Step2Errore>sample string 27</Step2Errore> <Step2Eseguito>true</Step2Eseguito> <Step2Log>sample string 26</Step2Log> <Step2OK>true</Step2OK> <Step2Timestamp>2026-05-31T18:37:00.1026539+02:00</Step2Timestamp> <Step3Errore>sample string 32</Step3Errore> <Step3Eseguito>true</Step3Eseguito> <Step3ExpiresIn>31</Step3ExpiresIn> <Step3OK>true</Step3OK> <Step3Scadenza>2026-05-31T18:37:00.1026539+02:00</Step3Scadenza> <Step3Timestamp>2026-05-31T18:37:00.1031581+02:00</Step3Timestamp> <Step3TokenOttenuto>true</Step3TokenOttenuto> <Step4Errore>sample string 36</Step4Errore> <Step4Eseguito>true</Step4Eseguito> <Step4NumeroPratiche>35</Step4NumeroPratiche> <Step4OK>true</Step4OK> <Step4Timestamp>2026-05-31T18:37:00.1031581+02:00</Step4Timestamp> <Suggerimento>sample string 47</Suggerimento> <TentativiDB>1</TentativiDB> <UrlAutenticazione>sample string 3</UrlAutenticazione> <UrlIUV>sample string 4</UrlIUV> <UrlRedirect>sample string 7</UrlRedirect> <UrlSaldo>sample string 5</UrlSaldo> <UserSoftwareHouse>sample string 6</UserSoftwareHouse> <VecchiaPasswordErrore>sample string 41</VecchiaPasswordErrore> <VecchiaPasswordStep1OK>true</VecchiaPasswordStep1OK> <VecchiaPasswordStep2OK>true</VecchiaPasswordStep2OK> <VecchiaPasswordStep3OK>true</VecchiaPasswordStep3OK> <VecchiaPasswordTestata>true</VecchiaPasswordTestata> </DiagnosiPasswordResult>