Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3839/?format=api
{ "id": 3839, "url": "https://netbox.c3voc.de/api/core/object-changes/3839/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3839/?format=api", "display": "IPAM | IP address 10.73.5.7/16 updated by sophie", "time": "2026-04-10T18:18:12.234073Z", "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": "6f0d5bc7-9b61-482f-b2d0-ea2a272e0f7d", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 58, "changed_object": { "id": 58, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/58/?format=api", "display": "10.73.5.7/16", "family": { "value": 4, "label": "IPv4" }, "address": "10.73.5.7/16", "description": "minion5" }, "message": "", "prechange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.73.5.7/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "minion5", "custom_fields": { "mac_address": "00:1f:c6:9b:ce:e4", "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.5.7/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "minion5", "custom_fields": { "mac_address": "f6:fc:ed:cd:cc:32", "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }