Retrieve a list of recent changes.

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

{
    "id": 2839,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2839/?format=api",
    "display": "dcim | interface eth0 updated by voc",
    "time": "2025-05-25T12:21:44.041609Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "1a58af31-9f4a-41c8-b6bb-13407aa97cee",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 835,
    "changed_object": {
        "id": 835,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/835/?format=api",
        "display": "eth0",
        "device": {
            "id": 68,
            "url": "https://netbox.c3voc.de/api/dcim/devices/68/?format=api",
            "display": "infobeamer 3",
            "name": "infobeamer 3"
        },
        "name": "eth0",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "",
        "name": "eth2342",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 68,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-05-25T11:55:48.790Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "",
        "mac_address": null,
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    },
    "postchange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "",
        "name": "eth0",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 68,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-05-25T11:55:48.790Z",
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "",
        "mac_address": null,
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": null,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    }
}