Retrieve a list of recent changes.

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

{
    "id": 2993,
    "url": "https://netbox.c3voc.de/api/core/object-changes/2993/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/2993/?format=api",
    "display": "DCIM | interface ether15 updated by voc",
    "time": "2025-07-16T18:24:21.750551Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "dd26637d-54e2-4726-9ded-8a8eb77d2da5",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.interface",
    "changed_object_id": 349,
    "changed_object": {
        "id": 349,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/349/?format=api",
        "display": "ether15",
        "device": {
            "id": 25,
            "url": "https://netbox.c3voc.de/api/dcim/devices/25/?format=api",
            "display": "switch2-foh",
            "name": "switch2-foh",
            "description": ""
        },
        "name": "ether15",
        "description": "VOC devices",
        "cable": null,
        "_occupied": false
    },
    "prechange_data": {
        "lag": null,
        "mtu": null,
        "vrf": null,
        "wwn": null,
        "mode": "",
        "name": "ether15",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 25,
        "duplex": null,
        "module": null,
        "parent": null,
        "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": "access",
        "name": "ether15",
        "tags": [],
        "type": "1000base-t",
        "vdcs": [],
        "cable": null,
        "label": "",
        "speed": null,
        "bridge": null,
        "device": 25,
        "duplex": null,
        "module": null,
        "parent": null,
        "enabled": true,
        "rf_role": "",
        "poe_mode": "",
        "poe_type": "",
        "tx_power": null,
        "cable_end": "",
        "mgmt_only": false,
        "rf_channel": "",
        "description": "VOC devices",
        "mac_address": null,
        "tagged_vlans": [],
        "custom_fields": {},
        "untagged_vlan": 3,
        "wireless_lans": [],
        "wireless_link": null,
        "mark_connected": false,
        "rf_channel_width": null,
        "rf_channel_frequency": null
    }
}