Retrieve a list of recent changes.

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

{
    "id": 3483,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3483/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3483/?format=api",
    "display": "DCIM | device switch2-office updated by voc",
    "time": "2025-07-16T20:22:21.466690Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "ee39064e-a93b-422a-b044-631b9d068d7e",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 37,
    "changed_object": {
        "id": 37,
        "url": "https://netbox.c3voc.de/api/dcim/devices/37/?format=api",
        "display": "switch2-office",
        "name": "switch2-office",
        "description": ""
    },
    "prechange_data": {
        "face": "",
        "name": "switch2-office",
        "rack": null,
        "role": 1,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "passive",
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": 2,
        "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": "switch2-office",
        "rack": null,
        "role": 1,
        "site": 1,
        "tags": [
            "bundlewrap"
        ],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "passive",
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": 2,
        "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
    }
}