Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3730/?format=api
{ "id": 3730, "url": "https://netbox.c3voc.de/api/core/object-changes/3730/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3730/?format=api", "display": "IPAM | IP address 2a00:c380:c101:2800::35/64 created by voc", "time": "2025-12-19T21:51:47.212714Z", "user": { "id": 1, "url": "https://netbox.c3voc.de/api/users/users/1/?format=api", "display": "voc", "username": "voc" }, "user_name": "voc", "request_id": "53e56a14-657e-4777-8ef6-8c98bb16c761", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 700, "changed_object": { "id": 700, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/700/?format=api", "display": "2a00:c380:c101:2800::35/64", "family": { "value": 6, "label": "IPv6" }, "address": "2a00:c380:c101:2800::35/64", "description": "" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "2a00:c380:c101:2800::35/64", "comments": "", "dns_name": "lb.bre.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 } }