GET api/GetPodEntranti
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PodEntrantiView| Name | Description | Type | Additional information |
|---|---|---|---|
| Mese | date |
None. |
|
| Distributore | string |
None. |
|
| Incremento | decimal number |
None. |
|
| Decremento | decimal number |
None. |
|
| Differenza | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Mese": "2026-03-25T13:57:30.381802+01:00",
"Distributore": "sample string 2",
"Incremento": 1.1,
"Decremento": 1.1,
"Differenza": 1.1
},
{
"Mese": "2026-03-25T13:57:30.381802+01:00",
"Distributore": "sample string 2",
"Incremento": 1.1,
"Decremento": 1.1,
"Differenza": 1.1
}
]