Retrieve a list of recent changes.

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

{
    "id": 2961,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2961/?format=api",
    "display": "dcim | device reciever 2 updated by voc",
    "time": "2025-05-25T12:52:18.836026Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "7ee4fd1e-38c9-47ac-9c07-b61ae86cb1cb",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 49,
    "changed_object": {
        "id": 49,
        "url": "https://netbox.c3voc.de/api/dcim/devices/49/?format=api",
        "display": "reciever 2",
        "name": "reciever 2"
    },
    "prechange_data": {
        "face": "front",
        "name": "reciever 2",
        "rack": 3,
        "role": 7,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "",
        "cluster": null,
        "created": "2025-05-24T16:58:12.396Z",
        "comments": "",
        "latitude": null,
        "location": 2,
        "platform": null,
        "position": "1.0",
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 14,
        "primary_ip4": null,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 2,
        "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": "front",
        "name": "reciever 2",
        "rack": 3,
        "role": 7,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "",
        "cluster": null,
        "created": "2025-05-24T16:58:12.396Z",
        "comments": "",
        "latitude": null,
        "location": 2,
        "platform": null,
        "position": "1.0",
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 14,
        "primary_ip4": 618,
        "primary_ip6": null,
        "vc_position": null,
        "vc_priority": null,
        "custom_fields": {},
        "config_template": null,
        "interface_count": 2,
        "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
    }
}