Retrieve a list of recent changes.

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

{
    "id": 2662,
    "url": "https://netbox.c3voc.de/api/extras/object-changes/2662/?format=api",
    "display": "dcim | device type SLXD4Q+ created by voc",
    "time": "2025-05-24T16:19:31.172014Z",
    "user": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
        "display": "voc",
        "username": "voc"
    },
    "user_name": "voc",
    "request_id": "1907da22-ad46-424d-96f4-0141b83932eb",
    "action": {
        "value": "create",
        "label": "Created"
    },
    "changed_object_type": "dcim.devicetype",
    "changed_object_id": 14,
    "changed_object": {
        "id": 14,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/14/?format=api",
        "display": "SLXD4Q+",
        "manufacturer": {
            "id": 7,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/7/?format=api",
            "display": "Shure",
            "name": "Shure",
            "slug": "shure"
        },
        "model": "SLXD4Q+",
        "slug": "slxd4q"
    },
    "prechange_data": null,
    "postchange_data": {
        "slug": "slxd4q",
        "tags": [],
        "model": "SLXD4Q+",
        "weight": null,
        "airflow": "",
        "created": "2025-05-24T16:19:31.166Z",
        "comments": "",
        "u_height": "1.0",
        "rear_image": "devicetype-images/slxd4q-rear.png",
        "description": "",
        "front_image": "devicetype-images/slxd4q-front.png",
        "part_number": "SLXD4Q+E=-G65",
        "weight_unit": "",
        "manufacturer": 7,
        "custom_fields": {},
        "is_full_depth": false,
        "subdevice_role": "",
        "default_platform": null,
        "exclude_from_utilization": false,
        "interface_template_count": 0,
        "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
    }
}