Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3722/?format=api
{ "id": 3722, "url": "https://netbox.c3voc.de/api/core/object-changes/3722/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3722/?format=api", "display": "IPAM | IP address 193.203.16.39/28 created by voc", "time": "2025-12-19T21:50:03.200857Z", "user": { "id": 1, "url": "https://netbox.c3voc.de/api/users/users/1/?format=api", "display": "voc", "username": "voc" }, "user_name": "voc", "request_id": "8d2d6c12-a73f-454b-bc01-0ee2e2b48d07", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 692, "changed_object": { "id": 692, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/692/?format=api", "display": "193.203.16.39/28", "family": { "value": 4, "label": "IPv4" }, "address": "193.203.16.39/28", "description": "" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "193.203.16.39/28", "comments": "", "dns_name": "ns100.c3voc.de", "nat_inside": null, "description": "", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }