Retrieve a list of recent changes.

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

{
    "id": 3954,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3954/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3954/?format=api",
    "display": "IPAM | IP address 2001:67c:20a0:e::16/64 created by kunsi",
    "time": "2026-08-14T13:48:45.089301Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi (Franziska)",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "6159dec2-bb6f-463e-95e1-bcc274b1a859",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 741,
    "changed_object": {
        "id": 741,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/741/?format=api",
        "display": "2001:67c:20a0:e::16/64",
        "family": {
            "value": 6,
            "label": "IPv6"
        },
        "address": "2001:67c:20a0:e::16/64",
        "description": "releasing-new.c3voc.de"
    },
    "message": "",
    "prechange_data": {},
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "2001:67c:20a0:e::16/64",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "releasing-new.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}