Retrieve a list of recent changes.

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

{
    "id": 3832,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3832/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3832/?format=api",
    "display": "IPAM | IP address 10.44.0.80/24 updated by clerie",
    "time": "2026-04-05T13:30:00.668932Z",
    "user": {
        "id": 31,
        "url": "https://netbox.c3voc.de/api/users/users/31/?format=api",
        "display": "clerie (clerie)",
        "username": "clerie"
    },
    "user_name": "clerie",
    "request_id": "da128cc6-4ba1-46ab-8a1c-f4e0dfe11a9a",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 727,
    "changed_object": {
        "id": 727,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/727/?format=api",
        "display": "10.44.0.80/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.80/24",
        "description": "clerie"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.80/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "clerie",
        "custom_fields": {
            "mac_address": null,
            "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.44.0.80/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "clerie",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "FIks6mUkm8eykuXgORbXEXaGEpGyuQAoXJmYZj82d1c=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}