Retrieve a list of recent changes.

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

{
    "count": 67,
    "next": null,
    "previous": "https://netbox.c3voc.de/api/core/object-changes/?format=api&limit=50",
    "results": [
        {
            "id": 3712,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3712/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3712/?format=api",
            "display": "DCIM | interface ether22 updated by scientress",
            "time": "2025-12-10T20:01:45.335010Z",
            "user": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
                "display": "scientress (Jenny)",
                "username": "scientress"
            },
            "user_name": "scientress",
            "request_id": "0bb357b9-3703-4a44-985f-56a2a30bad9a",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 746,
            "changed_object": {
                "id": 746,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/746/?format=api",
                "display": "ether22",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office",
                    "description": ""
                },
                "name": "ether22",
                "description": "VOC devices",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether22",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "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": 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": "ether22",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "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": 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": 3711,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3711/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3711/?format=api",
            "display": "IPAM | IP address 10.73.100.124/24 created by thunfisch",
            "time": "2025-12-05T11:34:44.576991Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "fcddcc74-cd56-4b2c-9b02-e83f1debc141",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 684,
            "changed_object": {
                "id": 684,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/684/?format=api",
                "display": "10.73.100.124/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.124/24",
                "description": "thunfisch danterecorder server operating system control interface"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.124/24",
                "comments": "",
                "dns_name": "danterecorder-os",
                "nat_inside": null,
                "description": "thunfisch danterecorder server operating system control interface",
                "custom_fields": {
                    "mac_address": "18:31:BF:45:21:8D",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3710,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3710/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3710/?format=api",
            "display": "IPAM | IP address 10.73.100.123/24 created by thunfisch",
            "time": "2025-12-05T11:33:46.094280Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "6fd0a09f-b55f-4644-943e-f988771451b0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 683,
            "changed_object": {
                "id": 683,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/683/?format=api",
                "display": "10.73.100.123/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.123/24",
                "description": "thunfisch danterecorder server ipmi network interface"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.123/24",
                "comments": "",
                "dns_name": "danterecorder-ipmi",
                "nat_inside": null,
                "description": "thunfisch danterecorder server ipmi network interface",
                "custom_fields": {
                    "mac_address": "2C:FD:A1:C7:33:F7",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3709,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3709/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3709/?format=api",
            "display": "IPAM | IP address 10.73.100.122/24 created by thunfisch",
            "time": "2025-12-05T11:32:56.205776Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "1424aa6e-9d0e-45c7-b343-75ba2b2ec30d",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 682,
            "changed_object": {
                "id": 682,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/682/?format=api",
                "display": "10.73.100.122/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.122/24",
                "description": "thunfisch css326-2 switch"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.122/24",
                "comments": "",
                "dns_name": "css326-2",
                "nat_inside": null,
                "description": "thunfisch css326-2 switch",
                "custom_fields": {
                    "mac_address": "b8:69:f4:cd:64:f5",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3708,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3708/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3708/?format=api",
            "display": "IPAM | IP address 10.73.100.121/24 created by thunfisch",
            "time": "2025-12-05T11:32:39.273204Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "feee8ba8-a130-4135-b471-abc6ed6642e5",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 681,
            "changed_object": {
                "id": 681,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/681/?format=api",
                "display": "10.73.100.121/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.121/24",
                "description": "thunfisch css326-1 switch"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.121/24",
                "comments": "",
                "dns_name": "css326-1",
                "nat_inside": null,
                "description": "thunfisch css326-1 switch",
                "custom_fields": {
                    "mac_address": "b8:69:f4:ce:16:0d",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3707,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3707/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3707/?format=api",
            "display": "DCIM | interface ether22 updated by scientress",
            "time": "2025-11-25T16:00:04.333842Z",
            "user": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
                "display": "scientress (Jenny)",
                "username": "scientress"
            },
            "user_name": "scientress",
            "request_id": "cbab1787-e14a-4b15-960e-b315ab7afd86",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 746,
            "changed_object": {
                "id": 746,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/746/?format=api",
                "display": "ether22",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office",
                    "description": ""
                },
                "name": "ether22",
                "description": "VOC devices",
                "cable": null,
                "_occupied": false
            },
            "message": "",
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "access",
                "name": "ether22",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "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": 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": "ether22",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "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": 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": 3706,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3706/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3706/?format=api",
            "display": "IPAM | IP address 10.73.100.50/24 created by thunfisch",
            "time": "2025-11-15T17:45:47.336173Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "3541bcb3-0147-4115-819e-1683ce93fc36",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 680,
            "changed_object": {
                "id": 680,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/680/?format=api",
                "display": "10.73.100.50/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.50/24",
                "description": "thunfisch uni dock"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.50/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "thunfisch uni dock",
                "custom_fields": {
                    "mac_address": "c8:a3:62:52:93:cd",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3705,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3705/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3705/?format=api",
            "display": "IPAM | IP address 10.73.100.49/24 updated by thunfisch",
            "time": "2025-11-15T17:44:09.139045Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "e99a9b81-964d-4a32-8129-fad70b22d1d2",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 679,
            "changed_object": {
                "id": 679,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/679/?format=api",
                "display": "10.73.100.49/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.49/24",
                "description": "thunfisch transparent dock"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.49/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "thunfisch",
                "custom_fields": {
                    "mac_address": "00:00:00:00:0c:b7",
                    "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.100.49/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "thunfisch transparent dock",
                "custom_fields": {
                    "mac_address": "00:00:00:00:0c:b7",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3704,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3704/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3704/?format=api",
            "display": "IPAM | IP address 10.73.100.49/24 created by thunfisch",
            "time": "2025-11-15T17:43:32.116908Z",
            "user": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
                "display": "thunfisch",
                "username": "thunfisch"
            },
            "user_name": "thunfisch",
            "request_id": "f42905f9-cbbc-4e4d-92de-f61925412c60",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 679,
            "changed_object": {
                "id": 679,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/679/?format=api",
                "display": "10.73.100.49/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.49/24",
                "description": "thunfisch transparent dock"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.49/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "thunfisch",
                "custom_fields": {
                    "mac_address": "00:00:00:00:0c:b7",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3703,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3703/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3703/?format=api",
            "display": "IPAM | IP address 10.73.100.42/24 created by scientress",
            "time": "2025-11-15T15:18:52.305317Z",
            "user": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/users/users/7/?format=api",
                "display": "scientress (Jenny)",
                "username": "scientress"
            },
            "user_name": "scientress",
            "request_id": "647c9169-46a1-47f6-a1d2-497bb5d5675f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 678,
            "changed_object": {
                "id": 678,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/678/?format=api",
                "display": "10.73.100.42/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.42/24",
                "description": "scientress / Jenny (MacBook)"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.42/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "scientress / Jenny (MacBook)",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3702,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3702/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3702/?format=api",
            "display": "IPAM | IP address 10.73.100.131/16 updated by kunsi",
            "time": "2025-11-15T15:14:39.769404Z",
            "user": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
                "display": "kunsi (Franziska)",
                "username": "kunsi"
            },
            "user_name": "kunsi",
            "request_id": "0ea99de4-5394-4ec7-87a7-7d71180e11d2",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 600,
            "changed_object": {
                "id": 600,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/600/?format=api",
                "display": "10.73.100.131/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.131/16",
                "description": "sophie-dock"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.131/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "sophie-dock",
                "custom_fields": {
                    "mac_address": "f8:e4:3b:60:02:31",
                    "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.100.131/16",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "sophie-dock",
                "custom_fields": {
                    "mac_address": "f8:e4:3b:60:02:31",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3701,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3701/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3701/?format=api",
            "display": "IPAM | IP address 10.73.100.130/16 updated by kunsi",
            "time": "2025-11-15T15:14:32.822288Z",
            "user": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
                "display": "kunsi (Franziska)",
                "username": "kunsi"
            },
            "user_name": "kunsi",
            "request_id": "0418a8d9-5b82-475f-b15c-8bd90f74a3c1",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 599,
            "changed_object": {
                "id": 599,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/599/?format=api",
                "display": "10.73.100.130/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.130/16",
                "description": "sophie-usb3"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.130/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "sophie-usb3",
                "custom_fields": {
                    "mac_address": "84:16:f9:17:f8:43",
                    "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.100.130/16",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "sophie-usb3",
                "custom_fields": {
                    "mac_address": "84:16:f9:17:f8:43",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3700,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3700/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3700/?format=api",
            "display": "IPAM | IP address 10.73.100.129/16 updated by kunsi",
            "time": "2025-11-15T15:14:27.323288Z",
            "user": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
                "display": "kunsi (Franziska)",
                "username": "kunsi"
            },
            "user_name": "kunsi",
            "request_id": "15e5db4e-396a-47ec-b5cf-173417ad633b",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 598,
            "changed_object": {
                "id": 598,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/598/?format=api",
                "display": "10.73.100.129/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.129/16",
                "description": "sophie-usbc"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.129/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "sophie-usbc",
                "custom_fields": {
                    "mac_address": "20:7b:d2:98:5b:60",
                    "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.100.129/16",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "sophie-usbc",
                "custom_fields": {
                    "mac_address": "20:7b:d2:98:5b:60",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3699,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3699/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3699/?format=api",
            "display": "IPAM | IP address 10.73.100.125/16 updated by kunsi",
            "time": "2025-11-15T15:14:21.847522Z",
            "user": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
                "display": "kunsi (Franziska)",
                "username": "kunsi"
            },
            "user_name": "kunsi",
            "request_id": "b8d992c6-f8e6-4010-ba1e-cd451ade219d",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 391,
            "changed_object": {
                "id": 391,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/391/?format=api",
                "display": "10.73.100.125/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.125/16",
                "description": "hexchen wifi"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.125/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "hexchen wifi",
                "custom_fields": {
                    "mac_address": "64:bc:58:52:db:e5",
                    "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.100.125/16",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "hexchen wifi",
                "custom_fields": {
                    "mac_address": "64:bc:58:52:db:e5",
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3698,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3698/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3698/?format=api",
            "display": "IPAM | IP address 10.73.100.113/16 updated by kunsi",
            "time": "2025-11-15T15:14:14.729299Z",
            "user": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
                "display": "kunsi (Franziska)",
                "username": "kunsi"
            },
            "user_name": "kunsi",
            "request_id": "b1ae360b-1609-461a-9156-40b7c00f8823",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 593,
            "changed_object": {
                "id": 593,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/593/?format=api",
                "display": "10.73.100.113/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.113/16",
                "description": "kunsi usb-c"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.113/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "kunsi usb-c",
                "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.100.113/16",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "kunsi usb-c",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3697,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3697/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3697/?format=api",
            "display": "IPAM | IP address 10.73.100.41/16 updated by kunsi",
            "time": "2025-11-15T15:14:08.418008Z",
            "user": {
                "id": 3,
                "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
                "display": "kunsi (Franziska)",
                "username": "kunsi"
            },
            "user_name": "kunsi",
            "request_id": "71a1e561-f421-421a-baea-1a871f576696",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 584,
            "changed_object": {
                "id": 584,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/584/?format=api",
                "display": "10.73.100.41/16",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.73.100.41/16",
                "description": "embr"
            },
            "message": "",
            "prechange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.73.100.41/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "embr",
                "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.100.41/16",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "embr",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": null,
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        },
        {
            "id": 3696,
            "url": "https://netbox.c3voc.de/api/core/object-changes/3696/?format=api",
            "display_url": "https://netbox.c3voc.de/core/changelog/3696/?format=api",
            "display": "IPAM | IP address 10.44.0.11/24 created by voc",
            "time": "2025-11-09T21:47:12.579912Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "11abd900-ad1f-4b8d-b388-b6fdf6e2e6af",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.ipaddress",
            "changed_object_id": 677,
            "changed_object": {
                "id": 677,
                "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/677/?format=api",
                "display": "10.44.0.11/24",
                "family": {
                    "value": 4,
                    "label": "IPv4"
                },
                "address": "10.44.0.11/24",
                "description": "chrisd"
            },
            "message": "",
            "prechange_data": {},
            "postchange_data": {
                "vrf": null,
                "role": null,
                "tags": [],
                "status": "active",
                "tenant": null,
                "address": "10.44.0.11/24",
                "comments": "",
                "dns_name": "",
                "nat_inside": null,
                "description": "chrisd",
                "custom_fields": {
                    "mac_address": null,
                    "wg_public_key": "cHbJGPliOx1Cic7DAt+x3b+QrKWr/Ifu6BavToAqX2U=",
                    "wg_additional_config": null
                },
                "assigned_object_id": null,
                "assigned_object_type": null
            }
        }
    ]
}