Retrieve a list of recent changes.

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

{
    "id": 3795,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3795/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3795/?format=api",
    "display": "DCIM | device atem 4 updated by n0emis",
    "time": "2026-03-27T13:22:55.309038Z",
    "user": {
        "id": 23,
        "url": "https://netbox.c3voc.de/api/users/users/23/?format=api",
        "display": "n0emis (ember)",
        "username": "n0emis"
    },
    "user_name": "n0emis",
    "request_id": "2d05840a-231d-48b2-ba8f-f168abb1a2e6",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 63,
    "changed_object": {
        "id": 63,
        "url": "https://netbox.c3voc.de/api/dcim/devices/63/?format=api",
        "display": "atem 4",
        "name": "atem 4",
        "description": ""
    },
    "message": "",
    "prechange_data": {
        "face": null,
        "name": "atem 4",
        "rack": 5,
        "role": 4,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": null,
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": 4,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 18,
        "primary_ip4": 608,
        "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 4",
        "rack": 5,
        "role": 4,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "active",
        "tenant": null,
        "airflow": null,
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": 4,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 18,
        "primary_ip4": 608,
        "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
    }
}