Retrieve a list of recent changes.

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

{
    "id": 2760,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2760/?format=api",
    "display": "dcim | device switch96 updated by kunsi",
    "time": "2025-05-24T18:52:30.738513Z",
    "user": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/users/users/3/?format=api",
        "display": "kunsi",
        "username": "kunsi"
    },
    "user_name": "kunsi",
    "request_id": "2ef4fd0d-36d5-4ce9-ba73-d4e472ac1293",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 18,
    "changed_object": {
        "id": 18,
        "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
        "display": "switch96",
        "name": "switch96"
    },
    "prechange_data": {
        "face": "",
        "name": "switch96",
        "rack": null,
        "role": 1,
        "site": 1,
        "tags": [
            "bundlewrap"
        ],
        "oob_ip": null,
        "serial": "",
        "status": "active",
        "tenant": null,
        "airflow": "passive",
        "cluster": null,
        "created": "2024-03-24T10:06:16.266Z",
        "comments": "",
        "latitude": null,
        "location": null,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 12,
        "primary_ip4": null,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 27,
        "rear_port_count": 0,
        "virtual_chassis": null,
        "device_bay_count": 0,
        "front_port_count": 0,
        "module_bay_count": 0,
        "power_port_count": 1,
        "console_port_count": 1,
        "local_context_data": null,
        "power_outlet_count": 0,
        "inventory_item_count": 0,
        "console_server_port_count": 0
    },
    "postchange_data": {
        "face": "",
        "name": "switch96",
        "rack": null,
        "role": 1,
        "site": 1,
        "tags": [
            "bundlewrap"
        ],
        "oob_ip": null,
        "serial": "",
        "status": "active",
        "tenant": null,
        "airflow": "passive",
        "cluster": null,
        "created": "2024-03-24T10:06:16.266Z",
        "comments": "",
        "latitude": null,
        "location": null,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 12,
        "primary_ip4": 541,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 27,
        "rear_port_count": 0,
        "virtual_chassis": null,
        "device_bay_count": 0,
        "front_port_count": 0,
        "module_bay_count": 0,
        "power_port_count": 1,
        "console_port_count": 1,
        "local_context_data": null,
        "power_outlet_count": 0,
        "inventory_item_count": 0,
        "console_server_port_count": 0
    }
}