Skip to content

ESG

GET /perizia/<uuid>/esg

Request for values associated with certification and energy class on appraisal entered via requested UID .

Example Request

curl --location 'https://sandbox-appraisal.realitycs.it/perizia/f80235fc-fa81-53a1-b05a-28fc0e3b4b7b/esg' \
--header 'Authorization: Bearer <token>'

Mandatory Input

ATTENTION: pass the following variables to the Insert/Update Appraisal service

Campo ESG
tipologia_id Optional (see Taxonomies)
categoria_catastale Mandatory (see Taxonomies)
latitudine Preferred when present along with 'longitudine' with respect to address, house number, and city (may lead to approximate coordinates)
longitudine Preferred when present along with 'latitudine' with respect to address and house number (may lead to approximate coordinates)
indirizzo Optional if latitude and longitude coordinates are passed. Otherwise mandatory along with 'civico' and 'comune'
civico Optional if latitude and longitude coordinates are passed. Otherwise mandatory along with 'indirizzo' and 'comune'
comune Optional if latitude and longitude coordinates are passed. Otherwise mandatory along with 'indirizzo' and 'civico'
superficie Mandatory
prezzo Optional
durata_mutuo Optional
stato_id Optional (see Taxonomies)
anno_costruzione Optional
classe_energetica Optional (see Taxonomies)
epgl_nren Optional, preferred for better top15 calculation
piano Optional
bagni Optional
locali Optional
ascensore Optional
riscaldamento_id Optional (see Taxonomies)
comune_catastale Optional
sez_urbana Optional
sez_amministrativa Optional
foglio_catastale Optional
particella_catastale Optional
subalterno_catastale Optional
rendita Optional

Example Response

{
  "esg": [
    {
      "certificato": {
        "data_emissione": "2022-05-04",
        "data_scadenza": "2032-05-04",
        "fonte": "lombardia_cened_2",
        "identificativo": "1324900008822",
        "motivazione": "PASSAGGIO DI PROPRIETÀ",
        "note": "Annuncio commerciale"
      },
      "classe_energetica": {
        "metodo": "recupero-particella",
        "valore": "D"
      },
      "emissioni_co2": {
        "metodo": "recupero-particella",
        "valore": 33.27
      },
      "epgl_nren": {
        "metodo": "recupero-particella",
        "valore": 174.87
      },
      "epgl_ren": {
        "metodo": "recupero-particella",
        "valore": null
      },
      "riferimenti": {
        "comune_catastale": "M315",
        "foglio_catastale": "5",
        "indirizzo": null,
        "particella_catastale": "4891",
        "sez_amministrativa": "A",
        "sez_urbana": "GRA",
        "subalterno_catastale": "-"
      },
      "top": {
        "fonte": "nzeb / top15",
        "valore": "TBD"
      }
    }
  ]
}