API Udianas doc

GET /Udiana/{udianaId}/Stats

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

Simple stats about one udiana.

Returns the total number of trees planted and the total kg of carbon odffsetted for one udiana.

The response is a udianaStats object.

Example

{
    "Objet": "udianaStats",
    "Date": "2020-06-01T13:41:37.9757396Z",
    "Statut": "Ok",
    "Contexte": {
        ...
    },
    "UdianaId": 1108,
    "TotalArbres": 4,
    "TotalKgCo2": 1250
}