Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3789/?format=api
{ "id": 3789, "url": "https://netbox.c3voc.de/api/core/object-changes/3789/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3789/?format=api", "display": "IPAM | IP address 10.73.51.1/16 created by niklas_net", "time": "2026-03-27T13:16:21.856494Z", "user": { "id": 24, "url": "https://netbox.c3voc.de/api/users/users/24/?format=api", "display": "niklas_net (niklas_net)", "username": "niklas_net" }, "user_name": "niklas_net", "request_id": "27aae66b-9556-4825-a1b2-11606160b4ae", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 724, "changed_object": { "id": 724, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/724/?format=api", "display": "10.73.51.1/16", "family": { "value": 4, "label": "IPv4" }, "address": "10.73.51.1/16", "description": "mixer51" }, "message": "Addition of mixer51", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "reserved", "tenant": null, "address": "10.73.51.1/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "mixer51", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }