Retrieve a list of recent changes.

GET /api/core/object-changes/3956/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3956,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3956/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3956/?format=api",
    "display": "IPAM | IP address 10.73.100.69/24 deleted by kunsi",
    "time": "2026-08-15T09:05:13.802543Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi (Franziska)",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "56f49a43-cbed-40ec-8dce-934411b0828d",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 742,
    "changed_object": null,
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.69/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "loudness-player",
        "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": {}
}