Retrieve a list of recent changes.

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

{
    "id": 2852,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2852/?format=api",
    "display": "ipam | IP address 10.73.4.4/16 updated by voc",
    "time": "2025-05-25T12:23:57.309298Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "84a52780-d9d5-49c0-9e93-6006713e4090",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "ipam.ipaddress",
    "changed_object_id": 38,
    "changed_object": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/38/?format=api",
        "display": "10.73.4.4/16",
        "family": 4,
        "address": "10.73.4.4/16"
    },
    "prechange_data": {
        "vrf": null,
        "role": "",
        "tags": [],
        "status": "active",
        "tenant": null,
        "address": "10.73.4.4/16",
        "created": "2022-07-23T17:59:01.319Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "infobeamer4",
        "custom_fields": {
            "mac_address": "b8:27:eb:c5:f0:e2",
            "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.4.4/16",
        "created": "2022-07-23T17:59:01.319Z",
        "comments": "",
        "dns_name": "",
        "nat_inside": null,
        "description": "infobeamer4",
        "custom_fields": {
            "mac_address": "b8:27:eb:c5:f0:e2",
            "wg_public_key": null,
            "wg_additional_config": null
        },
        "assigned_object_id": 836,
        "assigned_object_type": 32
    }
}