Retrieve a list of recent changes.

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

{
    "id": 3846,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3846/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3846/?format=api",
    "display": "IPAM | IP address 2001:67c:20a0:e::177/64 deleted by ischluff",
    "time": "2026-04-23T23:13:36.499621Z",
    "user": {
        "id": 30,
        "url": "https://netbox.c3voc.de/api/users/users/30/?format=api",
        "display": "ischluff (ischluff)",
        "username": "ischluff"
    },
    "user_name": "ischluff",
    "request_id": "b538f954-e012-4b8a-9c7b-0871caf3a5fb",
    "action": {
        "value": "delete",
        "label": "Deleted"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 472,
    "changed_object": null,
    "message": "monitoring replaced",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "2001:67c:20a0:e::177/64",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "monitoring.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": {}
}