Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3842/?format=api
{ "id": 3842, "url": "https://netbox.c3voc.de/api/core/object-changes/3842/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3842/?format=api", "display": "IPAM | IP address 10.44.0.68/24 created by gwen", "time": "2026-04-14T14:43:16.499884Z", "user": { "id": 34, "url": "https://netbox.c3voc.de/api/users/users/34/?format=api", "display": "gwen (Gwendolyn)", "username": "gwen" }, "user_name": "gwen", "request_id": "de7ed7b5-fae7-415b-bc71-8db1a5e18749", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 732, "changed_object": { "id": 732, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/732/?format=api", "display": "10.44.0.68/24", "family": { "value": 4, "label": "IPv4" }, "address": "10.44.0.68/24", "description": "gwen (laptop)" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.44.0.68/24", "comments": "", "dns_name": "", "nat_inside": null, "description": "gwen", "custom_fields": { "mac_address": null, "wg_public_key": "GWEn/r2gOruSSlWw9xzeD6Bxy5uVl5R9hgK0XpvhtkM=", "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }