Retrieve a list of recent changes.

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

{
    "id": 2087,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2087/?format=api",
    "display": "dcim | device type CRS326-24G-2S+IN updated by voc",
    "time": "2025-05-24T15:35:53.349489Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "f6ed7ff4-83c5-4642-b0f6-9191a5aad74b",
    "action": {
        "value": "update",
        "label": "Updated"
    },
    "changed_object_type": "dcim.devicetype",
    "changed_object_id": 12,
    "changed_object": {
        "id": 12,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/12/?format=api",
        "display": "CRS326-24G-2S+IN",
        "manufacturer": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/6/?format=api",
            "display": "Mikrotik",
            "name": "Mikrotik",
            "slug": "mikrotik"
        },
        "model": "CRS326-24G-2S+IN",
        "slug": "crs326-24g-2sin"
    },
    "prechange_data": {
        "slug": "crs326-24g-2sin",
        "tags": [],
        "model": "CRS326-24G-2S+IN",
        "weight": null,
        "airflow": "passive",
        "created": "2024-03-24T10:03:32.691Z",
        "comments": "",
        "u_height": "0.0",
        "rear_image": "",
        "description": "",
        "front_image": "",
        "part_number": "",
        "weight_unit": "",
        "manufacturer": 6,
        "custom_fields": {},
        "is_full_depth": false,
        "subdevice_role": "",
        "default_platform": null,
        "exclude_from_utilization": false,
        "interface_template_count": 26,
        "rear_port_template_count": 0,
        "device_bay_template_count": 0,
        "front_port_template_count": 0,
        "module_bay_template_count": 0,
        "power_port_template_count": 1,
        "console_port_template_count": 1,
        "power_outlet_template_count": 0,
        "inventory_item_template_count": 0,
        "console_server_port_template_count": 0
    },
    "postchange_data": {
        "slug": "crs326-24g-2sin",
        "tags": [],
        "model": "CRS326-24G-2S+IN",
        "weight": null,
        "airflow": "passive",
        "created": "2024-03-24T10:03:32.691Z",
        "comments": "",
        "u_height": "1",
        "rear_image": "",
        "description": "",
        "front_image": "",
        "part_number": "",
        "weight_unit": "",
        "manufacturer": 6,
        "custom_fields": {},
        "is_full_depth": false,
        "subdevice_role": "",
        "default_platform": null,
        "exclude_from_utilization": false,
        "interface_template_count": 26,
        "rear_port_template_count": 0,
        "device_bay_template_count": 0,
        "front_port_template_count": 0,
        "module_bay_template_count": 0,
        "power_port_template_count": 1,
        "console_port_template_count": 1,
        "power_outlet_template_count": 0,
        "inventory_item_template_count": 0,
        "console_server_port_template_count": 0
    }
}