Retrieve a list of recent changes.

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

{
    "id": 3705,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3705/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3705/?format=api",
    "display": "IPAM | IP address 10.73.100.49/24 updated by thunfisch",
    "time": "2025-11-15T17:44:09.139045Z",
    "user": {
        "id": 14,
        "url": "https://netbox.c3voc.de/api/users/users/14/?format=api",
        "display": "thunfisch",
        "username": "thunfisch"
    },
    "user_name": "thunfisch",
    "request_id": "e99a9b81-964d-4a32-8129-fad70b22d1d2",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 679,
    "changed_object": {
        "id": 679,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/679/?format=api",
        "display": "10.73.100.49/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.100.49/24",
        "description": "thunfisch transparent dock"
    },
    "message": "",
    "prechange_data": {
        "vrf": null,
        "role": null,
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.100.49/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "thunfisch",
        "custom_fields": {
            "mac_address": "00:00:00:00:0c:b7",
            "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.49/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "thunfisch transparent dock",
        "custom_fields": {
            "mac_address": "00:00:00:00:0c:b7",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}