Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3833/?format=api
{ "id": 3833, "url": "https://netbox.c3voc.de/api/core/object-changes/3833/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3833/?format=api", "display": "IPAM | IP address 185.106.84.36/26 created by lukas2511", "time": "2026-04-06T15:10:01.168285Z", "user": { "id": 32, "url": "https://netbox.c3voc.de/api/users/users/32/?format=api", "display": "lukas2511", "username": "lukas2511" }, "user_name": "lukas2511", "request_id": "f4e6ccca-db53-42d5-a2c4-5ee3566ff678", "action": { "value": "create", "label": "Created" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 728, "changed_object": { "id": 728, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/728/?format=api", "display": "185.106.84.36/26", "family": { "value": 4, "label": "IPv4" }, "address": "185.106.84.36/26", "description": "" }, "message": "", "prechange_data": {}, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "185.106.84.36/26", "comments": "", "dns_name": "ingest.alb.c3voc.de", "nat_inside": null, "description": "", "custom_fields": { "mac_address": null, "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }