Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3937/?format=api
{ "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 } }