Retrieve a list of recent changes.

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

{
    "id": 3785,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3785/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3785/?format=api",
    "display": "IPAM | IP address 10.73.51.1/24 deleted by niklas_net",
    "time": "2026-03-27T13:15:55.554308Z",
    "user": {
        "id": 24,
        "url": "https://netbox.c3voc.de/api/users/users/24/?format=api",
        "display": "niklas_net (niklas_net)",
        "username": "niklas_net"
    },
    "user_name": "niklas_net",
    "request_id": "34d9c5df-d5aa-4c22-920f-f339d26a2c74",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 721,
    "changed_object": null,
    "message": "Recreate with right subnet mask",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.51.1/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "mixer51",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": {}
}