Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3917/?format=api
{ "id": 3917, "url": "https://netbox.c3voc.de/api/core/object-changes/3917/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3917/?format=api", "display": "IPAM | IP address 10.73.28.201/24 updated by zoe", "time": "2026-06-18T19:47:50.130422Z", "user": { "id": 38, "url": "https://netbox.c3voc.de/api/users/users/38/?format=api", "display": "zoe (Zoe)", "username": "zoe" }, "user_name": "zoe", "request_id": "6278cb93-22ca-4c19-b505-835737b828ec", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 738, "changed_object": { "id": 738, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/738/?format=api", "display": "10.73.28.201/24", "family": { "value": 4, "label": "IPv4" }, "address": "10.73.28.201/24", "description": "router28" }, "message": "", "prechange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.73.28.201/24", "comments": "", "dns_name": "", "nat_inside": null, "description": "router28", "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": "10.73.28.201/24", "comments": "", "dns_name": "", "nat_inside": null, "description": "router28", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": 869, "assigned_object_type": 32 } }