{{baseUrl}}/visura_catastale/:id
GET {{baseUrl}}/visura_catastale/:id
Allows you to see the detail of the visura identified by the id
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"entita": "soggetto",
"stato": "evasa",
"callback": false,
"parametri": {
"id_soggetto": "OTgwMzI3NTA1MiMwI0FMVFJBVklBIFNFUlZJWkkgU09DSUVUQScgQSBSRVNQT05TQUJJTElUQScgTElNSVRBVEEjUk9NQSAoUk0pIzEyNDg1NjcxMDA3",
"tipo_catasto": "F",
"cf_piva": "12485671007",
"provincia": "ROMA Territorio-RM"
},
"tipo_visura": "ordinaria",
"richiedente": "jane doe",
"documento": "628e41900e304d63044f857d.pdf",
"esito": "OK",
"timestamp": 1653490064,
"owner": "test@email.it",
"id": "628e41900e304d63044f857d"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS