Retrieve a list of recent changes.

GET /api/core/object-changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 84,
    "next": "https://netbox.c3voc.de/api/core/object-changes/?format=api&limit=50&offset=50",
    "previous": null,
    "results": [
        {
            "id": 3949,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3949/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3949/?format=api",
            "display": "IPAM | IP address 10.44.0.81/24 updated by zoe",
            "time": "2026-07-04T22:17:40.637732Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "70eea264-dc95-4a3c-aa01-02fa6dc2f030",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 739,
            "changed_object": {
                "id": 739,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/739/?format=api",
                "display": "10.44.0.81/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.44.0.81/24",
                "description": "commanderred (Macbook)"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.44.0.81/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "commanderred (Macbook)",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": "dcywpvO2ZPvYezWodExgK2LR4Ot8tIuoNVC2z0up6Fw=",
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            },
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.44.0.81/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "commanderred (Macbook)",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": "DXSi2ZXvULCkT++l0fKOQdMhej0z0ZVltWyqhOXfiic=",
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3948,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3948/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3948/?format=api",
            "display": "IPAM | IP address 10.44.0.81/24 created by zoe",
            "time": "2026-07-04T22:16:30.818271Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "12d28c4b-9d22-41f7-a423-a353b646015b",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 739,
            "changed_object": {
                "id": 739,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/739/?format=api",
                "display": "10.44.0.81/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.44.0.81/24",
                "description": "commanderred (Macbook)"
            },
            "message": "Add macbook wireguard",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.44.0.81/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "commanderred (Macbook)",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": "dcywpvO2ZPvYezWodExgK2LR4Ot8tIuoNVC2z0up6Fw=",
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3947,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3947/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3947/?format=api",
            "display": "IPAM | IP address 10.44.0.79/24 updated by niklas_net",
            "time": "2026-07-04T19:36:38.005461Z",
            "user": {
                "id": 24,
                "url": "https://netbox.c3voc.de/api/users/users/24/?format=api",
                "display": "niklas_net (niklas_net)",
                "username": "niklas_net"
            },
            "user_name": "niklas_net",
            "request_id": "3966ff26-9f9b-40d2-bdc7-391a6cc9dd23",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 723,
            "changed_object": {
                "id": 723,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/723/?format=api",
                "display": "10.44.0.79/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.44.0.79/24",
                "description": "niklas_net"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.44.0.79/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "niklas_net",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": null,
                    "wg_additional_config": "JwJ5AjrzK7nLbe5CYkl3sNWeI01TglTq9nSEK1gEoDA="
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            },
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.44.0.79/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "niklas_net",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": "JwJ5AjrzK7nLbe5CYkl3sNWeI01TglTq9nSEK1gEoDA=",
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3946,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3946/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3946/?format=api",
            "display": "DCIM | interface external_bridge deleted by zoe",
            "time": "2026-07-03T13:31:52.079034Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "3add94b8-3601-4648-9875-0497bc8deeec",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 868,
            "changed_object": null,
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "external_bridge",
                "tags": [],
                "type": "bridge",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {}
        },
        {
            "id": 3945,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3945/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3945/?format=api",
            "display": "DCIM | device atem 5 updated by ischluff",
            "time": "2026-06-23T13:21:02.267126Z",
            "user": {
                "id": 30,
                "url": "https://netbox.c3voc.de/api/users/users/30/?format=api",
                "display": "ischluff (ischluff)",
                "username": "ischluff"
            },
            "user_name": "ischluff",
            "request_id": "8eb28da1-fd70-496e-b20b-29c8892a3127",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 64,
            "changed_object": {
                "id": 64,
                "url": "https://netbox.c3voc.de/api/dcim/devices/64/?format=api",
                "display": "atem 5",
                "name": "atem 5",
                "description": ""
            },
            "message": "",
            "prechange_data": {
                "face": null,
                "name": "atem 5",
                "rack": 6,
                "role": 4,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "active",
                "tenant": null,
                "airflow": null,
                "cluster": null,
                "comments": "",
                "latitude": null,
                "location": 5,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 18,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 1,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            },
            "postchange_data": {
                "face": null,
                "name": "atem 5",
                "rack": 6,
                "role": 4,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "active",
                "tenant": null,
                "airflow": null,
                "cluster": null,
                "comments": "",
                "latitude": null,
                "location": 5,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 18,
                "primary_ip4": 609,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 1,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 3944,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3944/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3944/?format=api",
            "display": "DCIM | interface ether5 updated by zoe",
            "time": "2026-06-21T14:19:20.648820Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "001017de-60d0-46cc-8c55-87c57deb58b3",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 864,
            "changed_object": {
                "id": 864,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/864/?format=api",
                "display": "ether5",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether5",
                "description": "Office",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "office",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "Office",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3943,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3943/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3943/?format=api",
            "display": "DCIM | interface ether4 updated by zoe",
            "time": "2026-06-21T14:18:56.352195Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "286432b9-ecf0-4ef3-9850-62df25270b90",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 863,
            "changed_object": {
                "id": 863,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/863/?format=api",
                "display": "ether4",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether4",
                "description": "Minion",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "Minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3942,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3942/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3942/?format=api",
            "display": "DCIM | interface ether3 updated by zoe",
            "time": "2026-06-21T14:18:47.536349Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "18706fbb-cf1f-4c2a-ab9f-5af22f014333",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 862,
            "changed_object": {
                "id": 862,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/862/?format=api",
                "display": "ether3",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether3",
                "description": "Mixer-Laptop",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "mixer-laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "Mixer-Laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3941,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3941/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3941/?format=api",
            "display": "DCIM | interface ether1 updated by zoe",
            "time": "2026-06-21T14:18:40.119663Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "d24e4084-52fe-4a2b-a08b-f90f80a1059b",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 860,
            "changed_object": {
                "id": 860,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/860/?format=api",
                "display": "ether1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether1",
                "description": "WAN / EVENT",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "access",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "VOC devices",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 2,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "access",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "WAN / EVENT",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 2,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3940,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3940/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3940/?format=api",
            "display": "DCIM | interface ether2 updated by zoe",
            "time": "2026-06-21T14:18:27.885330Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "f34ddab5-fae5-4e01-a587-8a34c633d7ba",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 861,
            "changed_object": {
                "id": 861,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/861/?format=api",
                "display": "ether2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether2",
                "description": "Encoder",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "Encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3939,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3939/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3939/?format=api",
            "display": "DCIM | interface wifi2 updated by zoe",
            "time": "2026-06-21T14:18:10.429186Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "22e89460-3fb1-49e0-b1c9-5925a5c6b854",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 867,
            "changed_object": {
                "id": 867,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/867/?format=api",
                "display": "wifi2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi2",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "wlan2",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "wifi2",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3938,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3938/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3938/?format=api",
            "display": "DCIM | interface wifi1 updated by zoe",
            "time": "2026-06-21T14:18:04.669096Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "bf41eb07-7545-42b5-90ed-1f6593d2e8ab",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 866,
            "changed_object": {
                "id": 866,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/866/?format=api",
                "display": "wifi1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi1",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "wlan1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "wifi1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3937,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3937/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3937/?format=api",
            "display": "DCIM | interface ether5 updated by zoe",
            "time": "2026-06-21T00:11:15.581573Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "790ea263-36e0-41d4-9702-6d8104faa432",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 864,
            "changed_object": {
                "id": 864,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/864/?format=api",
                "display": "ether5",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether5",
                "description": "Office",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "office",
                "tagged_vlans": [
                    2
                ],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "office",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3936,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3936/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3936/?format=api",
            "display": "DCIM | interface wlan1 updated by zoe",
            "time": "2026-06-21T00:11:04.703557Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "1c0d91dc-b02c-4e50-a821-abc974c57b48",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 866,
            "changed_object": {
                "id": 866,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/866/?format=api",
                "display": "wifi1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi1",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "wlan1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "wlan1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3935,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3935/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3935/?format=api",
            "display": "DCIM | interface wlan2 updated by zoe",
            "time": "2026-06-21T00:10:50.559576Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "ee777191-a9ef-4690-9cc0-e01884e992ea",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 867,
            "changed_object": {
                "id": 867,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/867/?format=api",
                "display": "wifi2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi2",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "wlan2",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "wlan2",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3934,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3934/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3934/?format=api",
            "display": "DCIM | interface wlan1 updated by zoe",
            "time": "2026-06-21T00:10:31.623637Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "a3c02871-fb31-4ead-80c7-b076171ca7cf",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 866,
            "changed_object": {
                "id": 866,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/866/?format=api",
                "display": "wifi1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi1",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "wlan1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "wlan1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3933,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3933/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3933/?format=api",
            "display": "DCIM | interface ether3 updated by zoe",
            "time": "2026-06-21T00:10:11.282806Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "ae6b2c5a-22bc-4c57-b711-da665755e3ff",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 862,
            "changed_object": {
                "id": 862,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/862/?format=api",
                "display": "ether3",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether3",
                "description": "Mixer-Laptop",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "mixer-laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "mixer-laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3932,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3932/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3932/?format=api",
            "display": "DCIM | interface ether4 updated by zoe",
            "time": "2026-06-21T00:09:50.016410Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "dcfb32ed-14e6-458c-a1d7-8ae23df5b099",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 863,
            "changed_object": {
                "id": 863,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/863/?format=api",
                "display": "ether4",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether4",
                "description": "Minion",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3931,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3931/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3931/?format=api",
            "display": "DCIM | interface ether2 updated by zoe",
            "time": "2026-06-21T00:09:39.578897Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "af9699fd-17f8-4a27-a915-6465f04606ff",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 861,
            "changed_object": {
                "id": 861,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/861/?format=api",
                "display": "ether2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether2",
                "description": "Encoder",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3930,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3930/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3930/?format=api",
            "display": "DCIM | interface ether4 updated by zoe",
            "time": "2026-06-18T20:04:01.109532Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "d3b4c7e1-5e38-4b8f-872f-3a546dd8409e",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 863,
            "changed_object": {
                "id": 863,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/863/?format=api",
                "display": "ether4",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether4",
                "description": "Minion",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3929,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3929/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3929/?format=api",
            "display": "DCIM | interface ether3 updated by zoe",
            "time": "2026-06-18T20:03:49.296358Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "e9d31463-436f-4525-87e4-341c8299ffa2",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 862,
            "changed_object": {
                "id": 862,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/862/?format=api",
                "display": "ether3",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether3",
                "description": "Mixer-Laptop",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "mixer-laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "mixer-laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3928,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3928/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3928/?format=api",
            "display": "DCIM | interface ether2 updated by zoe",
            "time": "2026-06-18T20:03:39.889188Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "cb928c63-abf0-478e-9296-40a44c131f88",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 861,
            "changed_object": {
                "id": 861,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/861/?format=api",
                "display": "ether2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether2",
                "description": "Encoder",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3927,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3927/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3927/?format=api",
            "display": "DCIM | interface ether5 updated by zoe",
            "time": "2026-06-18T20:01:40.073247Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "1a486f0e-3d89-4837-b3e0-7b7b7dad9eac",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 864,
            "changed_object": {
                "id": 864,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/864/?format=api",
                "display": "ether5",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether5",
                "description": "Office",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "office",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "office",
                "tagged_vlans": [
                    2
                ],
                "custom_fields": {},
                "untagged_vlan": 3,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3926,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3926/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3926/?format=api",
            "display": "DCIM | interface sfp1 updated by zoe",
            "time": "2026-06-18T19:59:49.002247Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "fd4c83d4-14da-43d7-b67a-dc853285d92d",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 865,
            "changed_object": {
                "id": 865,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/865/?format=api",
                "display": "sfp1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "sfp1",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "sfp1",
                "tags": [],
                "type": "1000base-x-sfp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "access",
                "name": "sfp1",
                "tags": [],
                "type": "1000base-x-sfp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 2,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3925,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3925/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3925/?format=api",
            "display": "DCIM | interface ether1 updated by zoe",
            "time": "2026-06-18T19:59:28.419519Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "33f861fb-8353-41ad-b268-1fdd0dc69a6c",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 860,
            "changed_object": {
                "id": 860,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/860/?format=api",
                "display": "ether1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether1",
                "description": "WAN / EVENT",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "access",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "VOC devices",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": 2,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3924,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3924/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3924/?format=api",
            "display": "DCIM | interface public created by zoe",
            "time": "2026-06-18T19:57:24.580124Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "097f78a2-7e0a-412d-a7e5-41859986a8b0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 870,
            "changed_object": {
                "id": 870,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/870/?format=api",
                "display": "public",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "public",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "public",
                "tags": [],
                "type": "virtual",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3923,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3923/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3923/?format=api",
            "display": "IPAM | prefix 10.73.28.0/24 updated by zoe",
            "time": "2026-06-18T19:56:02.182142Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "a4f8550b-404e-47fb-afac-9646bdbebe67",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.prefix",
            "changed_object_id": 30,
            "changed_object": {
                "id": 30,
                "url": "https://netbox.c3voc.de/api/ipam/prefixes/30/?format=api",
                "display": "10.73.28.0/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "prefix": "10.73.28.0/24",
                "description": "saal28 / KLT-Case",
                "_depth": 1
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "vlan": null,
                "prefix": "10.73.28.0/24",
                "status": "active",
                "tenant": null,
                "is_pool": false,
                "comments": "",
                "scope_id": null,
                "scope_type": null,
                "description": "saal28 / KLT-Case",
                "custom_fields": {},
                "mark_utilized": false
            },
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "vlan": null,
                "prefix": "10.73.28.0/24",
                "status": "active",
                "tenant": null,
                "is_pool": false,
                "comments": "",
                "scope_id": 1,
                "scope_type": 50,
                "description": "saal28 / KLT-Case",
                "custom_fields": {},
                "mark_utilized": false
            }
        },
        {
            "id": 3922,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3922/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3922/?format=api",
            "display": "IPAM | prefix 10.73.28.0/24 updated by zoe",
            "time": "2026-06-18T19:55:27.112065Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "dd83c81c-82d8-47a6-bdc8-e90377cc3ba1",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.prefix",
            "changed_object_id": 30,
            "changed_object": {
                "id": 30,
                "url": "https://netbox.c3voc.de/api/ipam/prefixes/30/?format=api",
                "display": "10.73.28.0/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "prefix": "10.73.28.0/24",
                "description": "saal28 / KLT-Case",
                "_depth": 1
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "vlan": null,
                "prefix": "10.73.28.0/24",
                "status": "active",
                "tenant": null,
                "is_pool": false,
                "comments": "",
                "scope_id": null,
                "scope_type": null,
                "description": "realraum Graz",
                "custom_fields": {},
                "mark_utilized": false
            },
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "vlan": null,
                "prefix": "10.73.28.0/24",
                "status": "active",
                "tenant": null,
                "is_pool": false,
                "comments": "",
                "scope_id": null,
                "scope_type": null,
                "description": "saal28 / KLT-Case",
                "custom_fields": {},
                "mark_utilized": false
            }
        },
        {
            "id": 3921,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3921/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3921/?format=api",
            "display": "Extras | image attachment Rear created by zoe",
            "time": "2026-06-18T19:51:35.458293Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "596a853a-1b26-40c7-bb63-d9fc94040945",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "extras.imageattachment",
            "changed_object_id": 2,
            "changed_object": {
                "id": 2,
                "url": "https://netbox.c3voc.de/api/extras/image-attachments/2/?format=api",
                "display": "Rear",
                "name": "Rear",
                "image": "https://netbox.c3voc.de/media/image-attachments/devicetype_24_Rear.jpeg",
                "description": ""
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "name": "Rear",
                "image": "image-attachments/devicetype_24_Rear.jpeg",
                "object_id": 24,
                "description": "",
                "image_width": 1756,
                "object_type": 29,
                "image_height": 371
            }
        },
        {
            "id": 3920,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3920/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3920/?format=api",
            "display": "Extras | image attachment Front updated by zoe",
            "time": "2026-06-18T19:51:20.193048Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "7b7ec1b7-6041-4a4c-af0c-cc7383167a33",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "extras.imageattachment",
            "changed_object_id": 1,
            "changed_object": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/extras/image-attachments/1/?format=api",
                "display": "Front",
                "name": "Front",
                "image": "https://netbox.c3voc.de/media/image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
                "description": ""
            },
            "message": "",
            "prechange_data": {
                "name": "",
                "image": "image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
                "object_id": 24,
                "description": "",
                "image_width": 692,
                "object_type": 29,
                "image_height": 180
            },
            "postchange_data": {
                "name": "Front",
                "image": "image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
                "object_id": 24,
                "description": "",
                "image_width": 692,
                "object_type": 29,
                "image_height": 180
            }
        },
        {
            "id": 3919,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3919/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3919/?format=api",
            "display": "Extras | image attachment mikrotik-hap-ax-s.front.png created by zoe",
            "time": "2026-06-18T19:51:09.043651Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "9420b468-044c-4e58-88e0-03d9d563a749",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "extras.imageattachment",
            "changed_object_id": 1,
            "changed_object": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/extras/image-attachments/1/?format=api",
                "display": "Front",
                "name": "Front",
                "image": "https://netbox.c3voc.de/media/image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
                "description": ""
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "name": "",
                "image": "image-attachments/devicetype_24_mikrotik-hap-ax-s.front.png",
                "object_id": 24,
                "description": "",
                "image_width": 692,
                "object_type": 29,
                "image_height": 180
            }
        },
        {
            "id": 3918,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3918/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3918/?format=api",
            "display": "DCIM | device router28 updated by zoe",
            "time": "2026-06-18T19:47:50.186050Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "6278cb93-22ca-4c19-b505-835737b828ec",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 73,
            "changed_object": {
                "id": 73,
                "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                "display": "router28",
                "name": "router28",
                "description": ""
            },
            "message": "",
            "prechange_data": {
                "face": null,
                "name": "router28",
                "rack": null,
                "role": 1,
                "site": 1,
                "tags": [
                    "bundlewrap"
                ],
                "oob_ip": null,
                "serial": "",
                "status": "active",
                "tenant": null,
                "airflow": "passive",
                "cluster": null,
                "comments": "",
                "latitude": null,
                "location": 7,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 24,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 10,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 1,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            },
            "postchange_data": {
                "face": null,
                "name": "router28",
                "rack": null,
                "role": 1,
                "site": 1,
                "tags": [
                    "bundlewrap"
                ],
                "oob_ip": null,
                "serial": "",
                "status": "active",
                "tenant": null,
                "airflow": "passive",
                "cluster": null,
                "comments": "",
                "latitude": null,
                "location": 7,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 24,
                "primary_ip4": 738,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 10,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 1,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 3917,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3917/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3917/?format=api",
            "display": "IPAM | IP address 10.73.28.201/24 updated by zoe",
            "time": "2026-06-18T19:47:50.130422Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "6278cb93-22ca-4c19-b505-835737b828ec",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 738,
            "changed_object": {
                "id": 738,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/738/?format=api",
                "display": "10.73.28.201/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.28.201/24",
                "description": "router28"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.28.201/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "router28",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            },
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.28.201/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "router28",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": 869,
                "assigned_object_type": 32
            }
        },
        {
            "id": 3916,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3916/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3916/?format=api",
            "display": "DCIM | interface voc-intern created by zoe",
            "time": "2026-06-18T19:46:41.419670Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "28d5af1c-ecaf-4073-8e1b-a24fd67ba786",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 869,
            "changed_object": {
                "id": 869,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/869/?format=api",
                "display": "voc-intern",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "voc-intern",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "voc-intern",
                "tags": [],
                "type": "virtual",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3915,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3915/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3915/?format=api",
            "display": "IPAM | IP range 10.73.28.100-199/16 created by zoe",
            "time": "2026-06-18T19:43:49.748875Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "1ff3a0fa-e365-48c4-836b-248a9feb4f24",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.iprange",
            "changed_object_id": 8,
            "changed_object": {
                "id": 8,
                "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/8/?format=api",
                "display": "10.73.28.100-199/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "start_address": "10.73.28.100/16",
                "end_address": "10.73.28.199/16",
                "description": "router28 DHCP"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "size": 100,
                "tags": [],
                "status": "active",
                "tenant": null,
                "comments": "",
                "description": "router28 DHCP",
                "end_address": "10.73.28.199/16",
                "custom_fields": {},
                "mark_utilized": false,
                "start_address": "10.73.28.100/16",
                "mark_populated": false
            }
        },
        {
            "id": 3914,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3914/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3914/?format=api",
            "display": "DCIM | device router28 updated by zoe",
            "time": "2026-06-18T19:38:38.672970Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "8a647aa8-7414-49a0-826d-5e7fa6b013f5",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 73,
            "changed_object": {
                "id": 73,
                "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                "display": "router28",
                "name": "router28",
                "description": ""
            },
            "message": "",
            "prechange_data": {
                "face": null,
                "name": "router28",
                "rack": null,
                "role": 1,
                "site": 1,
                "tags": [
                    "bundlewrap"
                ],
                "oob_ip": null,
                "serial": "",
                "status": "active",
                "tenant": null,
                "airflow": "passive",
                "cluster": null,
                "comments": "",
                "latitude": null,
                "location": null,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 24,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 9,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 1,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            },
            "postchange_data": {
                "face": null,
                "name": "router28",
                "rack": null,
                "role": 1,
                "site": 1,
                "tags": [
                    "bundlewrap"
                ],
                "oob_ip": null,
                "serial": "",
                "status": "active",
                "tenant": null,
                "airflow": "passive",
                "cluster": null,
                "comments": "",
                "latitude": null,
                "location": 7,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 24,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 9,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 1,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 3913,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3913/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3913/?format=api",
            "display": "DCIM | location case28 created by zoe",
            "time": "2026-06-18T19:38:23.306258Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "71f90759-c6f5-43df-915b-d7f3ae47a09e",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.location",
            "changed_object_id": 7,
            "changed_object": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/dcim/locations/7/?format=api",
                "display": "case28",
                "name": "case28",
                "slug": "case28",
                "description": "",
                "rack_count": 0,
                "_depth": 0
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "name": "case28",
                "site": 1,
                "slug": "case28",
                "tags": [],
                "parent": null,
                "status": "active",
                "tenant": null,
                "comments": "",
                "facility": "",
                "description": "",
                "custom_fields": {}
            }
        },
        {
            "id": 3912,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3912/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3912/?format=api",
            "display": "DCIM | interface ether4 updated by zoe",
            "time": "2026-06-18T19:33:49.571336Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "bae7db04-361b-4c14-94d0-0fccd09a9eb3",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 863,
            "changed_object": {
                "id": 863,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/863/?format=api",
                "display": "ether4",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether4",
                "description": "Minion",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "minion",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "minion",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3911,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3911/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3911/?format=api",
            "display": "DCIM | interface ether5 updated by zoe",
            "time": "2026-06-18T19:33:39.065721Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "71d2253a-3d57-4d49-b76b-67cf746392af",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 864,
            "changed_object": {
                "id": 864,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/864/?format=api",
                "display": "ether5",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether5",
                "description": "Office",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": "pse",
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "office",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3910,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3910/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3910/?format=api",
            "display": "DCIM | interface ether4 (minion) updated by zoe",
            "time": "2026-06-18T19:33:26.033233Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "e4db85e2-1f62-43fd-9e93-1a175306594b",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 863,
            "changed_object": {
                "id": 863,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/863/?format=api",
                "display": "ether4",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether4",
                "description": "Minion",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "minion",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3909,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3909/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3909/?format=api",
            "display": "DCIM | interface ether3 updated by zoe",
            "time": "2026-06-18T19:33:16.282659Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "e19443ed-1f7e-4ac9-834f-8861d7168628",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 862,
            "changed_object": {
                "id": 862,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/862/?format=api",
                "display": "ether3",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether3",
                "description": "Mixer-Laptop",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "mixer-laptop",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3908,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3908/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3908/?format=api",
            "display": "DCIM | interface ether2 updated by zoe",
            "time": "2026-06-18T19:32:41.956636Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "9898d70d-8f03-43a5-8efc-c7f6d8c8d96e",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 861,
            "changed_object": {
                "id": 861,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/861/?format=api",
                "display": "ether2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "ether2",
                "description": "Encoder",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "encoder",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3907,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3907/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3907/?format=api",
            "display": "DCIM | interface external_bridge created by zoe",
            "time": "2026-06-18T19:29:52.949481Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "38663f3e-52ac-4a0c-9447-6e0c447f3ea8",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 868,
            "changed_object": null,
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "external_bridge",
                "tags": [],
                "type": "bridge",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": null,
                "poe_mode": null,
                "poe_type": null,
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3906,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3906/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3906/?format=api",
            "display": "Wireless | wireless LAN group saal28 deleted by zoe",
            "time": "2026-06-18T19:28:18.511136Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "286b725f-79b0-445f-99e7-9fabe717e197",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "wireless.wirelesslangroup",
            "changed_object_id": 1,
            "changed_object": null,
            "message": "",
            "prechange_data": {
                "name": "saal28",
                "slug": "saal28",
                "tags": [
                    "bundlewrap"
                ],
                "parent": null,
                "comments": "",
                "description": "WiFi in saal28",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3905,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3905/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3905/?format=api",
            "display": "Wireless | wireless LAN c3voc-saal28 deleted by zoe",
            "time": "2026-06-18T19:28:04.928665Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "d8d0dcdb-1172-4c99-8f73-e1d8d5187ea9",
            "action": {
                "value": "delete",
                "label": "Deleted"
            },
            "changed_object_type": "wireless.wirelesslan",
            "changed_object_id": 1,
            "changed_object": null,
            "message": "Remove again because wifi pw",
            "prechange_data": {
                "ssid": "c3voc-saal28",
                "tags": [
                    "bundlewrap"
                ],
                "vlan": 3,
                "group": 1,
                "status": "active",
                "tenant": null,
                "auth_psk": "YyuVePcMMUF45tnY",
                "comments": "",
                "scope_id": null,
                "auth_type": "wpa-personal",
                "scope_type": null,
                "auth_cipher": null,
                "description": "",
                "custom_fields": {}
            },
            "postchange_data": {}
        },
        {
            "id": 3904,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3904/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3904/?format=api",
            "display": "Wireless | wireless LAN c3voc-saal28 created by zoe",
            "time": "2026-06-18T19:27:42.076999Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "cd570b3c-617a-49c9-921b-1478eb5749ca",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "wireless.wirelesslan",
            "changed_object_id": 1,
            "changed_object": null,
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "ssid": "c3voc-saal28",
                "tags": [
                    "bundlewrap"
                ],
                "vlan": 3,
                "group": 1,
                "status": "active",
                "tenant": null,
                "auth_psk": "YyuVePcMMUF45tnY",
                "comments": "",
                "scope_id": null,
                "auth_type": "wpa-personal",
                "scope_type": null,
                "auth_cipher": null,
                "description": "",
                "custom_fields": {}
            }
        },
        {
            "id": 3903,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3903/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3903/?format=api",
            "display": "Wireless | wireless LAN group saal28 created by zoe",
            "time": "2026-06-18T19:26:47.655683Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "8576369f-015d-4529-a26f-26d2d1a31e1f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "wireless.wirelesslangroup",
            "changed_object_id": 1,
            "changed_object": null,
            "message": "Add saal28 wifi group",
            "prechange_data": {},
            "postchange_data": {
                "name": "saal28",
                "slug": "saal28",
                "tags": [
                    "bundlewrap"
                ],
                "parent": null,
                "comments": "",
                "description": "WiFi in saal28",
                "custom_fields": {}
            }
        },
        {
            "id": 3902,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3902/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3902/?format=api",
            "display": "DCIM | interface wlan2 created by zoe",
            "time": "2026-06-18T19:23:11.981260Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "ceb59c5f-480d-4088-9e25-a42147798422",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 867,
            "changed_object": {
                "id": 867,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/867/?format=api",
                "display": "wifi2",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi2",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "wlan2",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3901,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3901/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3901/?format=api",
            "display": "DCIM | interface wlan1 created by zoe",
            "time": "2026-06-18T19:23:11.960623Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "ceb59c5f-480d-4088-9e25-a42147798422",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 866,
            "changed_object": {
                "id": 866,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/866/?format=api",
                "display": "wifi1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "wifi1",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "wlan1",
                "tags": [],
                "type": "ieee802.11ax",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        },
        {
            "id": 3900,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3900/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3900/?format=api",
            "display": "DCIM | interface sfp1 created by zoe",
            "time": "2026-06-18T19:23:11.939872Z",
            "user": {
                "id": 38,
                "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
                "display": "zoe (Zoe)",
                "username": "zoe"
            },
            "user_name": "zoe",
            "request_id": "ceb59c5f-480d-4088-9e25-a42147798422",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 865,
            "changed_object": {
                "id": 865,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/865/?format=api",
                "display": "sfp1",
                "device": {
                    "id": 73,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
                    "display": "router28",
                    "name": "router28",
                    "description": ""
                },
                "name": "sfp1",
                "description": "",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": null,
                "name": "sfp1",
                "tags": [],
                "type": "1000base-x-sfp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 73,
                "duplex": null,
                "module": null,
                "parent": null,
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": null,
                "mgmt_only": false,
                "qinq_svlan": null,
                "rf_channel": null,
                "description": "",
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "primary_mac_address": null,
                "rf_channel_frequency": null,
                "vlan_translation_policy": null
            }
        }
    ]
}