Retrieve a list of recent changes.

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

{
    "id": 2974,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2974/?format=api",
    "display": "dcim | device audio mixer 6 updated by voc",
    "time": "2025-06-20T10:48:19.926335Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "e29188b0-28c5-4548-94fe-97ed5a257ff0",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.device",
    "changed_object_id": 47,
    "changed_object": {
        "id": 47,
        "url": "https://netbox.c3voc.de/api/dcim/devices/47/?format=api",
        "display": "audio mixer 6",
        "name": "audio mixer 6"
    },
    "prechange_data": {
        "face": "front",
        "name": "audio mixer 6",
        "rack": 7,
        "role": 6,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "",
        "cluster": null,
        "created": "2025-05-24T16:53:19.663Z",
        "comments": "",
        "latitude": null,
        "location": 6,
        "platform": null,
        "position": "4.0",
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 15,
        "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": "front",
        "name": "audio mixer 6",
        "rack": 7,
        "role": 6,
        "site": 1,
        "tags": [],
        "oob_ip": null,
        "serial": "",
        "status": "staged",
        "tenant": null,
        "airflow": "",
        "cluster": null,
        "created": "2025-05-24T16:53:19.663Z",
        "comments": "",
        "latitude": null,
        "location": 6,
        "platform": null,
        "position": "4.0",
        "asset_tag": null,
        "longitude": null,
        "description": "",
        "device_type": 15,
        "primary_ip4": 616,
        "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
    }
}