Retrieve a list of recent changes.

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

{
    "id": 2868,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2868/?format=api",
    "display": "dcim | interface eth2342 updated by voc",
    "time": "2025-05-25T12:25:40.246270Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "c9b5ce86-ab81-451b-96d0-116d1e25809f",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 838,
    "changed_object": {
        "id": 838,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/838/?format=api",
        "display": "eth0",
        "device": {
            "id": 71,
            "url": "https://netbox.c3voc.de/api/dcim/devices/71/?format=api",
            "display": "infobeamer 6",
            "name": "infobeamer 6"
        },
        "name": "eth0",
        "cable": null,
        "_occupied": false
    },
    "prechange_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": 71,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-05-25T11:55:49.023Z",
        "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": "eth2342",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 71,
        "duplex": null,
        "module": null,
        "parent": null,
        "created": "2025-05-25T11:55:49.023Z",
        "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
    }
}