Export Format - Gateway Change

Prev Next

Gateway Change Format

The gateway element will at least contain the fields id, mac, gwEui then based on what has changed other fields will be present.

For a full list of what fields could exist in the gateway element check the return model of https://api.blink.services/#/Gateway/getGateway

{
  "changeTimestamp": "2023-03-31T07:53:07.886337Z",
  "gateway": {
     "id":72,
     "mac":"0008004A15AA",
     "gwEui":"000800FFFF4A15AA",
     ....
   }
}

For example if you have changed Alias it will look like this

{
  "changeTimestamp":"2024-01-30T11:57:00.633Z",
  "gateway":{
    "id":72,
    "alias":"Alias 72",
    "mac":"0008004A15AA",
    "gwEui":"000800FFFF4A15AA"
  }
}