Retrieve a list of recent changes.

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

{
    "id": 3962,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3962/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3962/?format=api",
    "display": "IPAM | IP address 185.106.84.55/26 updated by andi",
    "time": "2026-09-06T16:07:44.128967Z",
    "user": {
        "id": 13,
        "url": "https://netbox.c3voc.de/api/users/users/13/?format=api",
        "display": "andi (Andi)",
        "username": "andi"
    },
    "user_name": "andi",
    "request_id": "bbc6b627-587f-4d46-ada4-2a0b4fa3c2b6",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 672,
    "changed_object": {
        "id": 672,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/672/?format=api",
        "display": "185.106.84.55/26",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "185.106.84.55/26",
        "description": "wink.c3voc.de"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "185.106.84.55/26",
        "comments": "",
        "dns_name": "wink.c3voc.de",
        "nat_inside": null,
        "description": "",
        "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.55/26",
        "comments": "",
        "dns_name": "wink.c3voc.de",
        "nat_inside": null,
        "description": "wink.c3voc.de",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}