Object Change Instance
Retrieve a list of recent changes.
GET /api/core/object-changes/3836/?format=api
{ "id": 3836, "url": "https://netbox.c3voc.de/api/core/object-changes/3836/?format=api", "display_url": "https://netbox.c3voc.de/core/changelog/3836/?format=api", "display": "IPAM | IP address 10.73.5.7/16 updated by sophie", "time": "2026-04-10T18:09:05.622912Z", "user": { "id": 22, "url": "https://netbox.c3voc.de/api/users/users/22/?format=api", "display": "sophie (Sophie Schiller)", "username": "sophie" }, "user_name": "sophie", "request_id": "dcefbab5-ebab-452d-992c-9f5ef9333a71", "action": { "value": "update", "label": "Updated" }, "changed_object_type": "ipam.ipaddress", "changed_object_id": 58, "changed_object": { "id": 58, "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/58/?format=api", "display": "10.73.5.7/16", "family": { "value": 4, "label": "IPv4" }, "address": "10.73.5.7/16", "description": "minion5" }, "message": "", "prechange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.73.5.7/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "minion5", "custom_fields": { "mac_address": "00:1f:c6:9b:ce:e3", "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null }, "postchange_data": { "vrf": null, "role": null, "tags": [], "status": "active", "tenant": null, "address": "10.73.5.7/16", "comments": "", "dns_name": "", "nat_inside": null, "description": "minion5", "custom_fields": { "mac_address": "00:1f:c6:9b:ce:e4", "wg_public_key": null, "wg_additional_config": null }, "assigned_object_id": null, "assigned_object_type": null } }