objectId #
The objectId
an identifier of an object, formatted by o-
followed by 8
random characters.
It can be used to match
objects
to
messages
.
It is also used to refer to individual objects in the Blicker feedback endpoint.
The object ID will not stay the same when sending the same request to the Blicker reading endpoint multiple times.
Example response #
{
"objects": [
{
"meter": {
"objectId": "o-SpCZbeze",
"objects": {
"display": [
{
"objectId": "o-5mcoWL37"
},
{
"objectId": "o-hQFzqaYg"
}
],
"serialNumber": [
{
"objectId": "o-P77TQQj8"
}
],
"barcode": []
}
}
}
]
}
Example response from API version 2024-03-01 #
{
"objects": [
{
"meter": {
"objectId": "o-SpCZbeze",
"objects": {
"display": [
{
"objectId": "o-5mcoWL37"
},
{
"objectId": "o-hQFzqaYg"
}
],
"serialNumber": [
{
"objectId": "o-P77TQQj8"
}
],
"barcode": [],
"datamatrix": [],
"qrCode": []
}
}
}
]
}