Retrieve a list of recent changes.

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

{
    "id": 3759,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3759/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3759/?format=api",
    "display": "IPAM | IP address 185.106.84.36/26 updated by voc",
    "time": "2026-01-15T12:07:54.010361Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "986a399c-32b9-4425-8f50-bd955de129e7",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 418,
    "changed_object": {
        "id": 418,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/418/?format=api",
        "display": "185.106.84.36/26",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "185.106.84.36/26",
        "description": "relive"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "185.106.84.36/26",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "relive",
        "custom_fields": {
            "mac_address": null,
            "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": "185.106.84.36/26",
        "comments": "",
        "dns_name": "relive.c3voc.de",
        "nat_inside": null,
        "description": "relive.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}