API Udianas doc

GET /Udiana/{udianaId}/Infos

[GET] /{key}/Udiana/{udianaId}/Infos

Informations about an udiana.

Return informations about :

  • the udiana
  • the déceased person
  • the trees
    • species and location
    • date of planting
    • planter and planter's message

The response is a udianaInfos object.

Example

{
    "Objet": "udianaInfos",
    "Date": "2020-06-01T13:41:37.9757396Z",
    "Statut": "Ok",
    "Contexte": {
        ...
    },
   "UdianaId": 2902,
    "UdianaNom": "Udiana de Gérard MENVUT",
    "DateCreation": "2020-06-07T18:41:59.523",
    "Defunt": {
        "Nom": "MENVUT",
        "Prenom": "Gérard",
        "Civilite": null,
        "DateDeces": "2020-06-06T00:00:00"
    },
    "Arbres": [
        {
            "Quantite": 5,
            "EspeceId": 33,
            "Espece": "Alnus glutinosa",
            "Type": null,
            "TailleMaxEnM": 30,
            "DureeVieEnAnnees": 300,
            "Co2CompenseEnKgPourUnArbre": 1176,
            "PlantationId": 6,
            "Plantation": "Nord-Pas-De-Calais, France",
            "Latitude": "50.3902367",
            "Longitude": "2.717985",
            "DatePlantation": "2020-06-08T13:18:32.403",
            "Planteur": "José",
            "MessagePlanteur": "Avec toutes mes condoléances"
        }
   ]
}