Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3764/?format=api
{ "id": 3764, "url": "https://netbox.c3voc.de/api/core/object-changes/3764/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3764/?format=api", "display": "IPAM | IP address 10.44.0.12/24 created by tixxi", "time": "2026-02-28T22:56:49.955052Z", "user": { "id": 26, "url": "https://netbox.c3voc.de/api/users/users/26/?format=api", "display": "tixxi (Tixxi)", "username": "tixxi" }, "user_name": "tixxi", "request_id": "21efcb05-ee83-4c75-83f2-ce71f41beed0", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 717, "changed_object": { "id": 717, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/717/?format=api", "display": "10.44.0.12/24", "family": { "value": 4, "label": "IPv4" }, "address": "10.44.0.12/24", "description": "Tixxi" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.44.0.12/24", "comments": "", "dns_name": "", "nat_inside": null, "description": "Tixxi", "custom_fields": { "mac_address": null, "wg_public_key": "12CJ0zvwCBnRVKKuZXJFiRB05iJt6TmquAL/qxwbJWY=", "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }