Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3952/?format=api
{ "id": 3952, "url": "https://netbox.c3voc.de/api/core/object-changes/3952/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3952/?format=api", "display": "DCIM | interface XGE3/0/25 updated by kunsi", "time": "2026-08-14T10:58:32.724316Z", "user": { "id": 3, "url": "https://netbox.c3voc.de/api/users/users/3/?format=api", "display": "kunsi (Franziska)", "username": "kunsi" }, "user_name": "kunsi", "request_id": "cc9cc4fc-30d3-4316-9ce1-8038932380b6", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "dcim.interface", "changed_object_id": 81, "changed_object": { "id": 81, "url": "https://netbox.c3voc.de/api/dcim/interfaces/81/?format=api", "display": "XGE3/0/25", "device": { "id": 3, "url": "https://netbox.c3voc.de/api/dcim/devices/3/?format=api", "display": "swt-colo-3", "name": "swt-colo-3", "description": "" }, "name": "XGE3/0/25", "description": "", "cable": null, "_occupied": false }, "message": "", "prechange_data": { "lag": null, "mtu": null, "vrf": null, "wwn": null, "mode": "access", "name": "XGE3/0/25", "tags": [], "type": "10gbase-x-sfpp", "vdcs": [], "cable": null, "label": "", "speed": null, "bridge": null, "device": 3, "duplex": null, "module": null, "parent": null, "enabled": false, "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": "", "tagged_vlans": [], "custom_fields": {}, "untagged_vlan": 2, "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": "XGE3/0/25", "tags": [], "type": "10gbase-x-sfpp", "vdcs": [], "cable": null, "label": "", "speed": null, "bridge": null, "device": 3, "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": "", "tagged_vlans": [], "custom_fields": {}, "untagged_vlan": 2, "wireless_lans": [], "wireless_link": null, "mark_connected": false, "rf_channel_width": null, "primary_mac_address": null, "rf_channel_frequency": null, "vlan_translation_policy": null } }