Retrieve a list of recent changes.

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

{
    "id": 3838,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3838/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3838/?format=api",
    "display": "IPAM | IP address 10.73.3.7/16 updated by sophie",
    "time": "2026-04-10T18:17:28.005260Z",
    "user": {
        "id": 22,
        "url": "https://netbox.c3voc.de/api/users/users/22/?format=api",
        "display": "sophie (Sophie Schiller)",
        "username": "sophie"
    },
    "user_name": "sophie",
    "request_id": "083ef0be-f240-4bb8-8b44-c0a98b4cf354",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 56,
    "changed_object": {
        "id": 56,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/56/?format=api",
        "display": "10.73.3.7/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.3.7/16",
        "description": "minion3"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.3.7/16",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "minion3",
        "custom_fields": {
            "mac_address": "fc:aa:14:6b:c0:60",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    },
    "postchange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.3.7/16",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "minion3",
        "custom_fields": {
            "mac_address": "fe:74:35:bb:c8:c6",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}