Retrieve a list of recent changes.

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

{
    "id": 3508,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3508/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3508/?format=api",
    "display": "IPAM | IP address 10.73.1.205/24 deleted by voc",
    "time": "2025-07-16T20:28:40.486346Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "764e1426-5dd8-41b8-ae07-bd0c62c61117",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 630,
    "changed_object": null,
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.1.205/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 856,
        "assigned_object_type": 32
    },
    "postchange_data": {}
}