Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3703/?format=api
{ "id": 3703, "url": "https://netbox.c3voc.de/api/core/object-changes/3703/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3703/?format=api", "display": "IPAM | IP address 10.73.100.42/24 created by scientress", "time": "2025-11-15T15:18:52.305317Z", "user": { "id": 7, "url": "https://netbox.c3voc.de/api/users/users/7/?format=api", "display": "scientress (Jenny)", "username": "scientress" }, "user_name": "scientress", "request_id": "647c9169-46a1-47f6-a1d2-497bb5d5675f", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 678, "changed_object": { "id": 678, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/678/?format=api", "display": "10.73.100.42/24", "family": { "value": 4, "label": "IPv4" }, "address": "10.73.100.42/24", "description": "scientress / Jenny (MacBook)" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.73.100.42/24", "comments": "", "dns_name": "", "nat_inside": null, "description": "scientress / Jenny (MacBook)", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }