€7.70 + VAT
Obtain the detail of the Transcription, Registration or Annotation Note entered on a Property or for a formality in which a subject is involved.
Openapi allows access via API and in real-time to all major search services in the Land Registry and the Agency of Territory's office.
The Single Note Mortgage Inspection allows access to the details of a single Transcription, Registration, or Annotation note and can be requested for a property or a transaction involving a subject.
The single note mortgage inspection generally includes the following information:
The mortgage inspection for a note is also necessary to know the amount of any foreclosures or mortgages on the property.
GET /visure
To proceed with the Single Note Mortgage Inspection request via the Visengine API, you first need to identify the hash that uniquely identifies each document or case.
https://visengine2.altravia.com/visure/
This is possible via the GET /visure endpoint which requires no parameters and will return the complete list of documents and cases available via Visengine and their respective hashes.
GET /visure/{hash_visura}
To verify the information, necessary documents, and costs of the Lease Contract Registration, you need to make a request through the GET /visure/{hash_visura} endpoint and provide the hash of the previously obtained Single Note Mortgage Inspection.
GET /visure/{hash_visura}
To verify fields and costs to complete the request, we should use the hash we obtained in the previous request.
https://visengine2.altravia.com/visure/f973beb0097f0fde7c7f217b91fb4299
GET /visure/{hash_visura}
The response will indicate all the necessary information to complete the Single Note Mortgage Inspection request, such as required fields.
{
"data": {
"hash_visura": "f973beb0097f0fde7c7f217b91fb4299",
"json_struttura": {
"campi": {
"$0": {
"nome": "Conservatoria*",
"tipo": "cod_conservatoria_catasto",
"null": false
},
"$1": {
"nome": "Tipo di Registro*",
"tipo": "radio",
"null": false,
"opzioni": {
"@G": "Generale",
"P": "Particolare"
},
"ordine": "1"
},
"$2": {
"nome": "Anno*",
"tipo": "intero",
"null": false,
"ordine": "4"
},
"$3": {
"nome": "Numero Registro*",
"tipo": "intero",
"null": false,
"ordine": "2"
},
"$4": {
"nome": "Tipo di Nota (Obbligatorio per Registro Particolare)",
"tipo": "radio",
"null": "1",
"opzioni": {
"@T": "Trascrizioni",
"I": "Iscrizioni",
"A": "Annotazioni",
"PA": "Privilegi Agrari",
"PS": "Privilegi Speciali",
"PM": "Privilegi Minerari"
},
"ordine": "3"
},
"$5": {
"nome": "Ricerca per*",
"tipo": "radio",
"null": "0",
"opzioni": {
"@P": "Persona Fisica ",
"G": "Persona Giuridica",
"I": "Immobile"
},
"ordine": "5",
"istruzioni": "Seleziona la tipologia dell`oggetto della ricerca. In base a questa scelta compila i campi corrispondenti che seguono."
},
"$6": {
"nome": "Codice Fiscale Persona Fisica (Obbligatorio se si è scelto Ricerca per Persona Fisica)",
"tipo": "codice_fiscale_persona_fisica",
"null": "1",
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per persona fisica",
"ordine": "6"
},
"$7": {
"nome": "Codice Fiscale Persona Giuridica (Obbligatorio se si è scelto Ricerca per Persona Giuridica)",
"tipo": "codice_fiscale_persona_giuridica",
"null": "1",
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per persona giuridica",
"ordine": "7"
},
"$8": {
"nome": "Comune (Obbligatorio per Ricerca per Immobile)",
"tipo": "cod_comune",
"null": "1",
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per Immobile",
"ordine": "9"
},
"$9": {
"nome": "Tipo di Catasto (Obbligatorio per Ricerca per Immobile)",
"tipo": "radio",
"null": "1",
"opzioni": {
"@F": "Fabbricato",
"T": "Terreno"
},
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per Immobile",
"ordine": "8"
},
"$10": {
"nome": "Foglio Catastale (Obbligatorio per Ricerca per Immobile)",
"tipo": "catastale_foglio",
"null": "1",
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per Immobile",
"ordine": "10"
},
"$11": {
"nome": "Particella Catastale (Obbligatorio per Ricerca per Immobile)",
"tipo": "catastale_particella",
"null": "1",
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per Immobile",
"ordine": "11"
},
"$12": {
"nome": "Subalterno",
"tipo": "catastale_sub",
"null": "1",
"istruzioni": "Compilare questo campo, se precedentemente si è selezionato ricerca per Immobile",
"ordine": "12"
},
"$13": {
"nome": "Richiesta effettuata per conto di*",
"tipo": "testo",
"null": "1",
"ordine": "15"
},
"$14": {
"nome": "Motivazione della richiesta*",
"tipo": "testo",
"null": "1",
"ordine": "16"
},
"$15": {
"nome": "Telefono o Email per essere Ricontattati in caso di problemi*",
"tipo": "testo",
"null": false,
"ordine": "14"
},
"$16": {
"nome": "Sez urbana (Facoltativo per Ricerca per Immobile)",
"tipo": "testo",
"null": "1",
"ordine": "13"
}
},
"validazione": "$0 && $1 && $2 && $3 && $5 && $13 && $14 && $15 && (($6) || ($6 && $4) || ($7) || ($7 && $4) || ($8 && $9 && $10 && $11) || ($4 && $8 && $9 && $10 && $11 && $12) || ($4 && $8 && $9 && $10 && $11 && $12 && $16))",
"nome_categoria": "Catastali",
"nome_visura": "Visura Ipocatastale per singola nota",
"opzioni": null,
"prezzo_ricerca": 0,
"prezzo_visura": 7.7,
"ricerca": false,
"sincrona": false,
},
"success": true,
"message": "",
"error": null
}
In validation, the mandatory data required to complete the request successfully is indicated. For the Single Note Mortgage Inspection, you can pass different data combinations based on the information available.
POST /richiesta
In the request payload, you should provide all the information and documents indicated previously.
{
"hash_visura": "3cbbb9c833f1c94af35494820cda3370",
"json_visura": {
"$0": xxxxxxxxxxx,
"$2": xxxxxxxxxxx
}
POST /richiesta
The response will provide various pieces of information including the status, whether the callback is set, and the request ID which will be needed later to download the document.
{ "data":
{
"_id": "5f2829ce065afc21cc60ad0e",
"state": 1,
"hash_visura": "f973beb0097f0fde7c7f217b91fb4299",
"nome": "Visura ipocatastale per singola nota",
"ricerca": false,
"id_ricerca": null,
"prezzo_visura": 7.7,
"prezzo_ricerca": 0,
"indice_ricerca": null,
"stato_richiesta": "In elaborazione",
"email_target": null,
"allegati": [],
"timestamp_creation": 1596467662,
"timestamp_last_update": 1596467663,
"timestamp_stati": {
"in_ricerca": 1596467663,
"in_erogazione": 1596467663
},
"callback_data": false,
"opzioni": null,
"owner": "[email protected]",
"sincrona": false,
"ricerche": [
{
"id_ricerca": "5f2829ce065afc21cc60ad0e_0",
"stato_ricerca": "Ricerca Completata",
"json_ricerca": "{\"$1\":\"12485671007\"}",
"json_mappato": {},
"json_risultato": null
}
],
"esito": {
"codice": "0",
"info": "OK"
}
GET /documento/{_id}
Once the request status is "completed", you can download the document via GET /documento/{_id}
GET /documento/{_id}
This is an example request using the previously obtained ID
https://visengine2.altravia.com/visure/documento/5f2829ce065afc21cc60ad0e
GET /documento/{_id}
The response will contain the name, size, and file.
{
data{
"nome":"5f22f5b5065afc21cc60a27a.zip",
"dimensione"10206",
"file":"++6+47433njVP9ZcX1XNtWUsKrTya9FGhwiXgdp5j5OPh0FpaKWVpjP8CUEjFjYzYwYTI3YS5wZGZVVAUAAwhDKF91eAsAAQQhAAAABCEAAABQSwUGAAAAAAEAAQBiAAAAZicAAAAA"
},
"success": true,
"message": "",
"error": null
}
The single note mortgage inspection can be requested by anyone, even if they do not hold real rights on the property.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
The Mortgage Inspection of a single note service (in italian "ispezione ipotecaria di una singola nota") allows you to quickly access official records from the Revenue Agency and obtain detailed information on a specific formality. The inspection can be requested for any type of note: transcription, registration, or annotation. The document includes details such as the subject's tax code, data related to the title, the properties involved, and the parties involved.
The Mortgage Inspection of a single note document includes:
This service is ideal for those who need to automatically obtain details of a specific formality. It is generally requested after identifying the presence of formalities related to a person or property, through services such as property or subject mortgage inspections. Once you have information like the general and particular registry numbers, this service allows you to access the complete details of a specific formality.
The Mortgage Inspection of a single note can be requested by anyone, even if they are not involved in the formality.
The service provides access to inspections for the entire national territory, except for the Autonomous Provinces of Trento and Bolzano, which manage their own cadastral and real estate databases independently.
Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:
These services are available through different APIs: Docuengine, Cadastre, Real Estate.
The document is made available within 2 working hours.
The cost of the service is €7.70 with prepaid charge.