Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3848/?format=api
{ "id": 3848, "url": "https://netbox.c3voc.de/api/core/object-changes/3848/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3848/?format=api", "display": "IPAM | IP address 2001:67c:20a0:e::56/64 updated by ischluff", "time": "2026-04-23T23:14:06.227965Z", "user": { "id": 30, "url": "https://netbox.c3voc.de/api/users/users/30/?format=api", "display": "ischluff (ischluff)", "username": "ischluff" }, "user_name": "ischluff", "request_id": "b60c42f0-4a45-42f9-9f18-7354bba69196", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 730, "changed_object": { "id": 730, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/730/?format=api", "display": "2001:67c:20a0:e::56/64", "family": { "value": 6, "label": "IPv6" }, "address": "2001:67c:20a0:e::56/64", "description": "monitoring.c3voc.de" }, "message": "", "prechange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "2001:67c:20a0:e::56/64", "comments": "", "dns_name": "monitoring2.alb.c3voc.de", "nat_inside": null, "description": "monitoring2.alb.c3voc.de", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null }, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "2001:67c:20a0:e::56/64", "comments": "", "dns_name": "monitoring.c3voc.de", "nat_inside": null, "description": "monitoring.c3voc.de", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }