Retrieve a list of recent changes.

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

{
    "id": 3702,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3702/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3702/?format=api",
    "display": "IPAM | IP address 10.73.100.131/16 updated by kunsi",
    "time": "2025-11-15T15:14:39.769404Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi (Franziska)",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "0ea99de4-5394-4ec7-87a7-7d71180e11d2",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 600,
    "changed_object": {
        "id": 600,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/600/?format=api",
        "display": "10.73.100.131/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.100.131/16",
        "description": "sophie-dock"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.131/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "sophie-dock",
        "custom_fields": {
            "mac_address": "f8:e4:3b:60:02:31",
            "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.100.131/16",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "sophie-dock",
        "custom_fields": {
            "mac_address": "f8:e4:3b:60:02:31",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}