Retrieve a list of recent changes.

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

{
    "id": 3850,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3850/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3850/?format=api",
    "display": "IPAM | IP address 10.44.0.68/24 updated by gwen",
    "time": "2026-05-05T08:52:59.405342Z",
    "user": {
        "id": 34,
        "url": "https://netbox.c3voc.de/api/users/users/34/?format=api",
        "display": "gwen (Gwendolyn)",
        "username": "gwen"
    },
    "user_name": "gwen",
    "request_id": "049818f9-6222-4298-b078-34f09d59858e",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 732,
    "changed_object": {
        "id": 732,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/732/?format=api",
        "display": "10.44.0.68/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.44.0.68/24",
        "description": "gwen (laptop)"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.44.0.68/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "gwen",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "GWEn/r2gOruSSlWw9xzeD6Bxy5uVl5R9hgK0XpvhtkM=",
            "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.44.0.68/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "gwen (laptop)",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": "GWEn/r2gOruSSlWw9xzeD6Bxy5uVl5R9hgK0XpvhtkM=",
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}