Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3951/?format=api
{ "id": 3951, "url": "https://netbox.c3voc.de/api/core/object-changes/3951/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3951/?format=api", "display": "DCIM | interface XGE3/0/26 updated by kunsi", "time": "2026-08-14T10:58:19.555907Z", "user": { "id": 3, "url": "https://netbox.c3voc.de/api/users/users/3/?format=api", "display": "kunsi (Franziska)", "username": "kunsi" }, "user_name": "kunsi", "request_id": "b9115996-ca96-44ea-85ab-34caa7f8ee2d", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "dcim.interface", "changed_object_id": 82, "changed_object": { "id": 82, "url": "https://netbox.c3voc.de/api/dcim/interfaces/82/?format=api", "display": "XGE3/0/26", "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/26", "description": "", "cable": null, "_occupied": false }, "message": "", "prechange_data": { "lag": null, "mtu": null, "vrf": null, "wwn": null, "mode": null, "name": "XGE3/0/26", "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": null, "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/26", "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": 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 } }