Retrieve a list of recent changes.

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

{
    "id": 2931,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2931/?format=api",
    "display": "dcim | device atem 4 updated by voc",
    "time": "2025-05-25T12:37:29.579395Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "e13945b5-2286-4c0b-a27a-4e0620cb8f6f",
    "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"
    },
    "prechange_data": {
        "face": "",
        "name": "atem 4",
        "rack": 5,
        "role": 4,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "",
        "cluster": null,
        "created": "2025-05-25T11:55:48.381Z",
        "comments": "",
        "latitude": null,
        "location": 4,
        "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": "",
        "name": "atem 4",
        "rack": 5,
        "role": 4,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "",
        "cluster": null,
        "created": "2025-05-25T11:55:48.381Z",
        "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
    }
}