Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3853/?format=api
{ "id": 3853, "url": "https://netbox.c3voc.de/api/core/object-changes/3853/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3853/?format=api", "display": "IPAM | IP address 2001:67c:20a0:e::11/64 created by jayjay", "time": "2026-05-24T17:40:24.943052Z", "user": { "id": 6, "url": "https://netbox.c3voc.de/api/users/users/6/?format=api", "display": "jayjay (JayJay Jacobi)", "username": "jayjay" }, "user_name": "jayjay", "request_id": "2ad36117-807d-4009-b743-9e34e5aff45a", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 734, "changed_object": { "id": 734, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/734/?format=api", "display": "2001:67c:20a0:e::11/64", "family": { "value": 6, "label": "IPv6" }, "address": "2001:67c:20a0:e::11/64", "description": "erisvisionservices.com" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "2001:67c:20a0:e::11/64", "comments": "", "dns_name": "", "nat_inside": null, "description": "erisvisionservices.com", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }