Retrieve a list of recent changes.

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

{
    "id": 2708,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2708/?format=api",
    "display": "dcim | device type TP-Link 5-Port Gigabit PoE Switch updated by voc",
    "time": "2025-05-24T18:37:11.600170Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "d2d4fa8c-bdbb-46be-82b1-1c411611dfb7",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.devicetype",
    "changed_object_id": 16,
    "changed_object": {
        "id": 16,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/16/?format=api",
        "display": "TP-Link 5-Port Gigabit PoE Switch",
        "manufacturer": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/11/?format=api",
            "display": "TP-Link",
            "name": "TP-Link",
            "slug": "tp-link"
        },
        "model": "TP-Link 5-Port Gigabit PoE Switch",
        "slug": "tp-link-5-port-gigabit-poe-switch"
    },
    "prechange_data": {
        "slug": "tp-link-5-port-gigabit-poe-switch",
        "tags": [],
        "model": "TP-Link 5-Port Gigabit PoE Switch",
        "weight": null,
        "airflow": "",
        "created": "2025-05-24T17:03:58.456Z",
        "comments": "",
        "u_height": "1.0",
        "rear_image": "",
        "description": "",
        "front_image": "devicetype-images/TL-SG1005P.png",
        "part_number": "TL-SG1005P",
        "weight_unit": "",
        "manufacturer": 11,
        "custom_fields": {},
        "is_full_depth": false,
        "subdevice_role": "",
        "default_platform": null,
        "exclude_from_utilization": false,
        "interface_template_count": 5,
        "rear_port_template_count": 0,
        "device_bay_template_count": 0,
        "front_port_template_count": 0,
        "module_bay_template_count": 0,
        "power_port_template_count": 0,
        "console_port_template_count": 0,
        "power_outlet_template_count": 0,
        "inventory_item_template_count": 0,
        "console_server_port_template_count": 0
    },
    "postchange_data": {
        "slug": "tp-link-5-port-gigabit-poe-switch",
        "tags": [],
        "model": "TP-Link 5-Port Gigabit PoE Switch",
        "weight": null,
        "airflow": "",
        "created": "2025-05-24T17:03:58.456Z",
        "comments": "",
        "u_height": "0.5",
        "rear_image": "",
        "description": "",
        "front_image": "devicetype-images/TL-SG1005P.png",
        "part_number": "TL-SG1005P",
        "weight_unit": "",
        "manufacturer": 11,
        "custom_fields": {},
        "is_full_depth": false,
        "subdevice_role": "",
        "default_platform": null,
        "exclude_from_utilization": false,
        "interface_template_count": 5,
        "rear_port_template_count": 0,
        "device_bay_template_count": 0,
        "front_port_template_count": 0,
        "module_bay_template_count": 0,
        "power_port_template_count": 0,
        "console_port_template_count": 0,
        "power_outlet_template_count": 0,
        "inventory_item_template_count": 0,
        "console_server_port_template_count": 0
    }
}