Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3835/?format=api
{ "id": 3835, "url": "https://netbox.c3voc.de/api/core/object-changes/3835/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3835/?format=api", "display": "IPAM | IP address 2001:67c:20a0:e::56/64 created by ischluff", "time": "2026-04-07T07:09:12.558150Z", "user": { "id": 30, "url": "https://netbox.c3voc.de/api/users/users/30/?format=api", "display": "ischluff (ischluff)", "username": "ischluff" }, "user_name": "ischluff", "request_id": "cc777874-edc1-47e5-bae8-9b78a0060ccd", "action": { "value": "create", "label": "Created" }, "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": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "2001:67c:20a0:e::56/64", "comments": "", "dns_name": "lb2.alb.c3voc.de", "nat_inside": null, "description": "lb2.alb.c3voc.de", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }