Retrieve a list of recent changes.

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

{
    "id": 3639,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3639/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3639/?format=api",
    "display": "IPAM | IP address 10.73.3.11/16 updated by voc",
    "time": "2025-08-07T13:23:26.230338Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "2ad4612f-cf0f-492f-9dc7-a4d9d7504d12",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 651,
    "changed_object": {
        "id": 651,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/651/?format=api",
        "display": "10.73.3.11/16",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "10.73.3.11/16",
        "description": "Sony PXW-Z200 Case 3"
    },
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.3.11/24",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "Sony PXW-Z200 Case 3",
        "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": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.3.11/16",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "Sony PXW-Z200 Case 3",
        "custom_fields": {
            "mac_address": null,
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": null,
        "assigned_object_type": null
    }
}