Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3841/?format=api
{ "id": 3841, "url": "https://netbox.c3voc.de/api/core/object-changes/3841/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3841/?format=api", "display": "IPAM | IP address 10.73.1.7/16 updated by sophie", "time": "2026-04-10T20:43:03.486870Z", "user": { "id": 22, "url": "https://netbox.c3voc.de/api/users/users/22/?format=api", "display": "sophie (Sophie Schiller)", "username": "sophie" }, "user_name": "sophie", "request_id": "bbbc4c60-693a-406f-96a3-41fbd3b7b228", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 54, "changed_object": { "id": 54, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/54/?format=api", "display": "10.73.1.7/16", "family": { "value": 4, "label": "IPv4" }, "address": "10.73.1.7/16", "description": "minion1" }, "message": "", "prechange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.73.1.7/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "minion1", "custom_fields": { "mac_address": "00:1f:c6:9c:47:7e", "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.1.7/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "minion1", "custom_fields": { "mac_address": "86:b1:17:b9:33:00", "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }