Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: https://github.com/italia/spid-sp-test/issues/156 #158

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

sil-vio
Copy link

@sil-vio sil-vio commented Feb 16, 2023

Impostato il servizio per la validazione dl codice IPA a:

POST 'https://www.indicepa.gov.it/PortaleServices/api/ente/ricerca'

Accetta in ingresso

'{
"paginazione":{
"campoOrdinamento":"idEnte",
"tipoOrdinamento":"asc",
"paginaRichiesta":1,
"numTotalePagine":null,
"numeroRigheTotali":null,
"paginaCorrente":null,
"righePerPagina":null
},
"codiceFiscaleRicerca":null,
"area":null,
"denominazione":null,
"codEnte":"<CODICE_IPA>",
"idTipoServizioDigitale":null,
"lingueMinoritarie":null,
"codiceCategoria":null
}'

La struttura per validare la risposta è la stessa del precedente servizio:

res["risposta"]["paginazione"]["numeroRigheTotali"]

@peppelinux peppelinux requested a review from damikael February 16, 2023 18:12
@peppelinux peppelinux merged commit 95d5a94 into italia:main Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants