GET {deviceId}/Vat/{tag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId | integer |
Required |
|
| tag | string |
Required |
Body Parameters
None.
Response Information
Resource Description
VatData| Name | Description | Type | Additional information |
|---|---|---|---|
| Tag | string |
None. |
|
| Litres | decimal number |
None. |
|
| Timestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Tag": "sample string 1",
"Litres": 1.1,
"Timestamp": "2026-01-14T15:21:09.5851895+00:00"
}