Retrieve a list of recent changes.

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

{
    "id": 3711,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3711/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3711/?format=api",
    "display": "IPAM | IP address 10.73.100.124/24 created by thunfisch",
    "time": "2025-12-05T11:34:44.576991Z",
    "user": {
        "id": 14,
        "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
        "display": "thunfisch",
        "username": "thunfisch"
    },
    "user_name": "thunfisch",
    "request_id": "fcddcc74-cd56-4b2c-9b02-e83f1debc141",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 684,
    "changed_object": {
        "id": 684,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/684/?format=api",
        "display": "10.73.100.124/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.100.124/24",
        "description": "thunfisch danterecorder server operating system control interface"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.124/24",
        "comments": "",
        "dns_name": "danterecorder-os",
        "nat_inside": null,
        "description": "thunfisch danterecorder server operating system control interface",
        "custom_fields": {
            "mac_address": "18:31:BF:45:21:8D",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}