Retrieve a list of recent changes.

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

{
    "id": 3893,
    "url": "https://netbox.c3voc.de/api/core/object-changes/3893/?format=api",
    "display_url": "https://netbox.c3voc.de/core/changelog/3893/?format=api",
    "display": "DCIM | device router28 created by zoe",
    "time": "2026-06-18T19:23:11.555618Z",
    "user": {
        "id": 38,
        "url": "https://netbox.c3voc.de/api/users/users/38/?format=api",
        "display": "zoe (Zoe)",
        "username": "zoe"
    },
    "user_name": "zoe",
    "request_id": "ceb59c5f-480d-4088-9e25-a42147798422",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 73,
    "changed_object": {
        "id": 73,
        "url": "https://netbox.c3voc.de/api/dcim/devices/73/?format=api",
        "display": "router28",
        "name": "router28",
        "description": ""
    },
    "message": "Add router28 as a device",
    "prechange_data": {},
    "postchange_data": {
        "face": null,
        "name": "router28",
        "rack": null,
        "role": 1,
        "site": 1,
        "tags": [
            "bundlewrap"
        ],
        "oob_ip": null,
        "serial": "",
        "status": "active",
        "tenant": null,
        "airflow": "passive",
        "cluster": null,
        "comments": "",
        "latitude": null,
        "location": null,
        "platform": null,
        "position": null,
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 24,
        "primary_ip4": null,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 0,
        "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
    }
}