Retrieve a list of recent changes.

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

{
    "id": 3945,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3945/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3945/?format=api",
    "display": "DCIM | device atem 5 updated by ischluff",
    "time": "2026-06-23T13:21:02.267126Z",
    "user": {
        "id": 30,
        "url": "https://netbox.c3voc.de/api/users/users/30/?format=api",
        "display": "ischluff (ischluff)",
        "username": "ischluff"
    },
    "user_name": "ischluff",
    "request_id": "8eb28da1-fd70-496e-b20b-29c8892a3127",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 64,
    "changed_object": {
        "id": 64,
        "url": "https://netbox.c3voc.de/api/dcim/devices/64/?format=api",
        "display": "atem 5",
        "name": "atem 5",
        "description": ""
    },
    "message": "",
    "prechange_data": {
        "face": null,
        "name": "atem 5",
        "rack": 6,
        "role": 4,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "active",
        "tenant": null,
        "airflow": null,
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": 5,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 18,
        "primary_ip4": null,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 1,
        "rear_port_count": 0,
        "virtual_chassis": null,
        "device_bay_count": 0,
        "front_port_count": 0,
        "module_bay_count": 0,
        "power_port_count": 0,
        "console_port_count": 0,
        "local_context_data": null,
        "power_outlet_count": 0,
        "inventory_item_count": 0,
        "console_server_port_count": 0
    },
    "postchange_data": {
        "face": null,
        "name": "atem 5",
        "rack": 6,
        "role": 4,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "active",
        "tenant": null,
        "airflow": null,
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": 5,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 18,
        "primary_ip4": 609,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 1,
        "rear_port_count": 0,
        "virtual_chassis": null,
        "device_bay_count": 0,
        "front_port_count": 0,
        "module_bay_count": 0,
        "power_port_count": 0,
        "console_port_count": 0,
        "local_context_data": null,
        "power_outlet_count": 0,
        "inventory_item_count": 0,
        "console_server_port_count": 0
    }
}